#116CCC

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

Shades of Navy Blue #116CCC

Tints of Navy Blue #116CCC

Color information

#116CCC (or 0x116CCC) is unknown color: approx Navy Blue. HEX triplet: 11, 6C and CC. RGB value is (17,108,204). Sum of RGB (Red+Green+Blue) = 17+108+204=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #116CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CCC is #EE9333. Grayscale: #5B5B5B. Windows color (decimal): -15635252 or 13397009. OLE color: 13397009.

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

Color convert

RGB17108204-
CMYK0.920.4700.2
HSL210.8º84.62%43.33%-
HSV(B)210.8º91.67%80%-
XYZ16.4915.259.19-
YUV91.74191.3574.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=5.17%
G=32.83%
B=62.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171082040.920.4700.2210.884.6243.33
Hex116CCC5C2F014d3552b
Octal211543141345702432312553
Binary100011101100110011001011100101111010100110100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116CCC; }

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

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

<style>
 a { background-color: #116CCC; }

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

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

<style>
 span { border-color: #116CCC; }

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

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