#1170CB

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

Shades of Navy Blue #1170CB

Tints of Navy Blue #1170CB

Color information

#1170CB (or 0x1170CB) is unknown color: approx Navy Blue. HEX triplet: 11, 70 and CB. RGB value is (17,112,203). Sum of RGB (Red+Green+Blue) = 17+112+203=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #1170CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170CB is #EE8F34. Grayscale: #5D5D5D. Windows color (decimal): -15634229 or 13332497. OLE color: 13332497.

HSL color Cylindrical-coordinate representation of color #1170CB: hue angle of 209.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1170CB is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17112203-
CMYK0.920.4500.20
HSL209.35º84.55%43.14%-
HSV(B)209.35º91.63%79.61%-
XYZ16.816.0258.71-
YUV93.97189.5373.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 61.14%
R=5.12%
G=33.73%
B=61.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171122030.920.4500.20209.3584.5543.14
Hex1170CB5C2D014d1552b
Octal211603131345502432112553
Binary100011110000110010111011100101101010100110100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1170CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1170CB; }

 p { color: rgb(17,112,203); }

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

<style>
 a { background-color: #1170CB; }

 a { background-color: rgb(17,112,203); }

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

<style>
 span { border-color: #1170CB; }

 span { border-color: rgb(17,112,203); }

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