Html Css Color HEX #116BCC Navy Blue

📋 copy color: '#116BCC'

red 17 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #116BCC

Tints of Navy Blue #116BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

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

R = 5.18%
G = 32.62%
B = 62.2%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#116BCC (or 0x116BCC) is known color: Navy Blue. HEX triplet: 11, 6B and CC. RGB value is (17,107,204). Sum of RGB (Red+Green+Blue) = 17+107+204=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #116BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BCC is #EE9433. Grayscale: #5A5A5A. Windows color (decimal): -15635508 or 13396753. OLE color: 13396753.

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

Color convert

RGB 17 107 204 -
CMYK 0.92 0.48 0 0.2
HSL 211.12º 0.85% 0.43% -
HSV(B) 211.12º 0.92% 0.8% -
XYZ 16.39 14.99 59.16 -
YUV 91.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 17 107 204 0.92 0.48 0 0.2 211.12 0.85 0.43
Hex 11 6B CC 5C 30 0 14 D3 55 2B
Octal 21 153 314 134 60 0 24 323 125 53
Binary 10001 1101011 11001100 1011100 110000 0 10100 11010011 1010101 101011

Color Harmonies of #116BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BCC

Black with #116BCC

Text Example


Text Example

White with #116BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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