Html Css Color HEX #116FC9 Navy Blue

📋 copy color: '#116FC9'

red 17 ◦ green 111 ◦ blue 201

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

Shades of Navy Blue #116FC9

Tints of Navy Blue #116FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.09%

R = 5.17%
G = 33.74%
B = 61.09%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#116FC9 (or 0x116FC9) is known color: Navy Blue. HEX triplet: 11, 6F and C9. RGB value is (17,111,201). Sum of RGB (Red+Green+Blue) = 17+111+201=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #116FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FC9 is #EE9036. Grayscale: #5C5C5C. Windows color (decimal): -15634487 or 13201169. OLE color: 13201169.

HSL color Cylindrical-coordinate representation of color #116FC9: hue angle of 209.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FC9 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 111 201 -
CMYK 0.92 0.45 0 0.21
HSL 209.35º 0.84% 0.43% -
HSV(B) 209.35º 0.92% 0.79% -
XYZ 16.46 15.71 57.42 -
YUV 93.15 188.86 73.68 -
System Red Green Blue C M Y K H S L
Decimal 17 111 201 0.92 0.45 0 0.21 209.35 0.84 0.43
Hex 11 6F C9 5C 2D 0 15 D1 54 2B
Octal 21 157 311 134 55 0 25 321 124 53
Binary 10001 1101111 11001001 1011100 101101 0 10101 11010001 1010100 101011

Color Harmonies of #116FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FC9

Black with #116FC9

Text Example


Text Example

White with #116FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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