#1172d7

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

Shades of Navy Blue #1172D7

Tints of Navy Blue #1172D7

Color information

#1172D7 (or 0x1172D7) is unknown color: approx Navy Blue. HEX triplet: 11, 72 and D7. RGB value is (17,114,215). Sum of RGB (Red+Green+Blue) = 17+114+215=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #1172D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172D7 is #EE8D28. Grayscale: #606060. Windows color (decimal): -15633705 or 14119441. OLE color: 14119441.

HSL color Cylindrical-coordinate representation of color #1172D7: hue angle of 210.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172D7 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17114215-
CMYK0.920.4700.16
HSL210.61º85.34%45.49%-
HSV(B)210.61º92.09%84.31%-
XYZ18.5117.0666.61-
YUV96.51194.8671.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 215 (84.38% from 255) = 62.14%
R=4.91%
G=32.95%
B=62.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171142150.920.4700.16210.6185.3445.49
Hex1172D75C2F010d3552d
Octal211623271345702032312555
Binary100011110010110101111011100101111010000110100111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1172d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1172d7; }

 p { color: rgb(17,114,215); }

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

<style>
 a { background-color: #1172d7; }

 a { background-color: rgb(17,114,215); }

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

<style>
 span { border-color: #1172d7; }

 span { border-color: rgb(17,114,215); }

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