#1178CC

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

Shades of Navy Blue #1178CC

Tints of Navy Blue #1178CC

Color information

#1178CC (or 0x1178CC) is unknown color: approx Navy Blue. HEX triplet: 11, 78 and CC. RGB value is (17,120,204). Sum of RGB (Red+Green+Blue) = 17+120+204=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #1178CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178CC is #EE8733. Grayscale: #626262. Windows color (decimal): -15632180 or 13400081. OLE color: 13400081.

HSL color Cylindrical-coordinate representation of color #1178CC: hue angle of 206.95º 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 #1178CC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17120204-
CMYK0.920.4100.2
HSL206.95º84.62%43.33%-
HSV(B)206.95º91.67%80%-
XYZ17.8517.9159.64-
YUV98.78187.3869.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.99%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=4.99%
G=35.19%
B=59.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171202040.920.4100.2206.9584.6243.33
Hex1178CC5C29014cf552b
Octal211703141345102431712553
Binary100011111000110011001011100101001010100110011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1178CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1178CC; }

 p { color: rgb(17,120,204); }

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

<style>
 a { background-color: #1178CC; }

 a { background-color: rgb(17,120,204); }

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

<style>
 span { border-color: #1178CC; }

 span { border-color: rgb(17,120,204); }

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