Html Css Color HEX #116BCB Navy Blue

📋 copy color: '#116BCB'

red 17 ◦ green 107 ◦ blue 203

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

Shades of Navy Blue #116BCB

Tints of Navy Blue #116BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.08%

R = 5.2%
G = 32.72%
B = 62.08%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#116BCB (or 0x116BCB) is known color: Navy Blue. HEX triplet: 11, 6B and CB. RGB value is (17,107,203). Sum of RGB (Red+Green+Blue) = 17+107+203=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #116BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BCB is #EE9434. Grayscale: #5A5A5A. Windows color (decimal): -15635509 or 13331217. OLE color: 13331217.

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

Color convert

RGB 17 107 203 -
CMYK 0.92 0.47 0 0.20
HSL 210.97º 0.85% 0.43% -
HSV(B) 210.97º 0.92% 0.8% -
XYZ 16.27 14.95 58.53 -
YUV 91.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 17 107 203 0.92 0.47 0 0.20 210.97 0.85 0.43
Hex 11 6B CB 5C 2F 0 14 D3 55 2B
Octal 21 153 313 134 57 0 24 323 125 53
Binary 10001 1101011 11001011 1011100 101111 0 10100 11010011 1010101 101011

Color Harmonies of #116BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BCB

Black with #116BCB

Text Example


Text Example

White with #116BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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