Html Css Color HEX #116FCB Navy Blue

📋 copy color: '#116FCB'

red 17 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #116FCB

Tints of Navy Blue #116FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.53%

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

R = 5.14%
G = 33.53%
B = 61.33%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#116FCB (or 0x116FCB) is known color: Navy Blue. HEX triplet: 11, 6F and CB. RGB value is (17,111,203). Sum of RGB (Red+Green+Blue) = 17+111+203=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #116FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FCB is #EE9034. Grayscale: #5C5C5C. Windows color (decimal): -15634485 or 13332241. OLE color: 13332241.

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

Color convert

RGB 17 111 203 -
CMYK 0.92 0.45 0 0.20
HSL 209.68º 0.85% 0.43% -
HSV(B) 209.68º 0.92% 0.8% -
XYZ 16.7 15.8 58.67 -
YUV 93.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 17 111 203 0.92 0.45 0 0.20 209.68 0.85 0.43
Hex 11 6F CB 5C 2D 0 14 D2 55 2B
Octal 21 157 313 134 55 0 24 322 125 53
Binary 10001 1101111 11001011 1011100 101101 0 10100 11010010 1010101 101011

Color Harmonies of #116FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FCB

Black with #116FCB

Text Example


Text Example

White with #116FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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