Html Css Color HEX #116FCF Navy Blue

📋 copy color: '#116FCF'

red 17 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #116FCF

Tints of Navy Blue #116FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 5.07%
G = 33.13%
B = 61.79%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#116FCF (or 0x116FCF) is known color: Navy Blue. HEX triplet: 11, 6F and CF. RGB value is (17,111,207). Sum of RGB (Red+Green+Blue) = 17+111+207=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #116FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FCF is #EE9030. Grayscale: #5D5D5D. Windows color (decimal): -15634481 or 13594385. OLE color: 13594385.

HSL color Cylindrical-coordinate representation of color #116FCF: hue angle of 210.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FCF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 111 207 -
CMYK 0.92 0.46 0 0.19
HSL 210.32º 0.85% 0.44% -
HSV(B) 210.32º 0.92% 0.81% -
XYZ 17.18 15.99 61.21 -
YUV 93.84 191.86 73.19 -
System Red Green Blue C M Y K H S L
Decimal 17 111 207 0.92 0.46 0 0.19 210.32 0.85 0.44
Hex 11 6F CF 5C 2E 0 13 D2 55 2C
Octal 21 157 317 134 56 0 23 322 125 54
Binary 10001 1101111 11001111 1011100 101110 0 10011 11010010 1010101 101100

Color Harmonies of #116FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FCF

Black with #116FCF

Text Example


Text Example

White with #116FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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