#1878D1

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

Shades of Navy Blue #1878D1

Tints of Navy Blue #1878D1

Color information

#1878D1 (or 0x1878D1) is unknown color: approx Navy Blue. HEX triplet: 18, 78 and D1. RGB value is (24,120,209). Sum of RGB (Red+Green+Blue) = 24+120+209=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #1878D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878D1 is #E7872E. Grayscale: #646464. Windows color (decimal): -15173423 or 13727768. OLE color: 13727768.

HSL color Cylindrical-coordinate representation of color #1878D1: hue angle of 208.86º 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 #1878D1 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB24120209-
CMYK0.890.4300.18
HSL208.86º79.4%45.69%-
HSV(B)208.86º88.52%81.96%-
XYZ18.618.2362.86-
YUV101.44188.772.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.80%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 209 (82.03% from 255) = 59.21%
R=6.80%
G=33.99%
B=59.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal241202090.890.4300.18208.8679.445.69
Hex1878D1592B012d14f2e
Octal301703211315302232111756
Binary110001111000110100011011001101011010010110100011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1878D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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