#1879DE

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

Shades of Navy Blue #1879DE

Tints of Navy Blue #1879DE

Color information

#1879DE (or 0x1879DE) is unknown color: approx Navy Blue. HEX triplet: 18, 79 and DE. RGB value is (24,121,222). Sum of RGB (Red+Green+Blue) = 24+121+222=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #1879DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1879DE is #E78621. Grayscale: #676767. Windows color (decimal): -15173154 or 14579992. OLE color: 14579992.

HSL color Cylindrical-coordinate representation of color #1879DE: hue angle of 210.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1879DE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB24121222-
CMYK0.890.4500.13
HSL210.61º80.49%48.24%-
HSV(B)210.61º89.19%87.06%-
XYZ20.419.1471.73-
YUV103.51194.8671.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.54%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=6.54%
G=32.97%
B=60.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal241212220.890.4500.13210.6180.4948.24
Hex1879DE592D0Dd35030
Octal301713361315501532312060
Binary11000111100111011110101100110110101101110100111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1879DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1879DE; }

 p { color: rgb(24,121,222); }

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

<style>
 a { background-color: #1879DE; }

 a { background-color: rgb(24,121,222); }

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

<style>
 span { border-color: #1879DE; }

 span { border-color: rgb(24,121,222); }

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