Html Css Color HEX #116DCC Navy Blue

📋 copy color: '#116DCC'

red 17 ◦ green 109 ◦ blue 204

#116DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #116DCC

Tints of Navy Blue #116DCC

RGB

 RED value IS 17 (7.03% from 255) = 5.15%

 GREEN value IS 109 (42.97% from 255) = 33.03%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 5.15%
G = 33.03%
B = 61.82%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#116DCC (or 0x116DCC) is known color: Navy Blue. HEX triplet: 11, 6D and CC. RGB value is (17,109,204). Sum of RGB (Red+Green+Blue) = 17+109+204=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #116DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DCC is #EE9233. Grayscale: #5B5B5B. Windows color (decimal): -15634996 or 13397265. OLE color: 13397265.

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

Color convert

RGB 17 109 204 -
CMYK 0.92 0.47 0 0.2
HSL 210.48º 0.85% 0.43% -
HSV(B) 210.48º 0.92% 0.8% -
XYZ 16.6 15.42 59.23 -
YUV 92.32 191.02 74.28 -
System Red Green Blue C M Y K H S L
Decimal 17 109 204 0.92 0.47 0 0.2 210.48 0.85 0.43
Hex 11 6D CC 5C 2F 0 14 D2 55 2B
Octal 21 155 314 134 57 0 24 322 125 53
Binary 10001 1101101 11001100 1011100 101111 0 10100 11010010 1010101 101011

Color Harmonies of #116DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DCC

Black with #116DCC

Text Example


Text Example

White with #116DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #116DCC;
 }
 .AnyTagClassName
 {
   color: #116DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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