#1778D9

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

Shades of Navy Blue #1778D9

Tints of Navy Blue #1778D9

Color information

#1778D9 (or 0x1778D9) is unknown color: approx Navy Blue. HEX triplet: 17, 78 and D9. RGB value is (23,120,217). Sum of RGB (Red+Green+Blue) = 23+120+217=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #1778D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1778D9 is #E88726. Grayscale: #656565. Windows color (decimal): -15238951 or 14252055. OLE color: 14252055.

HSL color Cylindrical-coordinate representation of color #1778D9: hue angle of 210º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1778D9 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB23120217-
CMYK0.890.4500.15
HSL210º80.83%47.06%-
HSV(B)210º89.4%85.1%-
XYZ19.5918.6268.21-
YUV102.06192.8671.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.39%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 60.28%
R=6.39%
G=33.33%
B=60.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal231202170.890.4500.1521080.8347.06
Hex1778D9592D0Fd2512f
Octal271703311315501732212157
Binary10111111100011011001101100110110101111110100101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1778D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1778D9; }

 p { color: rgb(23,120,217); }

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

<style>
 a { background-color: #1778D9; }

 a { background-color: rgb(23,120,217); }

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

<style>
 span { border-color: #1778D9; }

 span { border-color: rgb(23,120,217); }

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