#1875D1

Color #1875D1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1875D1

Tints of Navy Blue #1875D1

Color information

#1875D1 (or 0x1875D1) is unknown color: approx Navy Blue. HEX triplet: 18, 75 and D1. RGB value is (24,117,209). Sum of RGB (Red+Green+Blue) = 24+117+209=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #1875D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875D1 is #E78A2E. Grayscale: #636363. Windows color (decimal): -15174191 or 13727000. OLE color: 13727000.

HSL color Cylindrical-coordinate representation of color #1875D1: hue angle of 209.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1875D1 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB24117209-
CMYK0.890.4400.18
HSL209.84º79.4%45.69%-
HSV(B)209.84º88.52%81.96%-
XYZ18.2517.5262.74-
YUV99.68189.6974.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 209 (82.03% from 255) = 59.71%
R=6.86%
G=33.43%
B=59.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal241172090.890.4400.18209.8479.445.69
Hex1875D1592C012d24f2e
Octal301653211315402232211756
Binary110001110101110100011011001101100010010110100101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1875D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1875D1; }

 p { color: rgb(24,117,209); }

 H1.HeaderClassName
 {
   color: #1875D1;
 }
 .AnyTagClassName
 {
   color: #1875D1;
 }
</style>
background-color css

<style>
 a { background-color: #1875D1; }

 a { background-color: rgb(24,117,209); }

 div.DivClassName
 {
   background-color: #1875D1;
 }
 .BgClassName
 {
   background-color: #1875D1;
 }
</style>
border-color css

<style>
 span { border-color: #1875D1; }

 span { border-color: rgb(24,117,209); }

 td.TdClassName
 {
   border-color: #1875D1;
 }
 .TagClassName
 {
   border-color: #1875D1;
 }
</style>