Html Css Color HEX #116BCF Navy Blue

📋 copy color: '#116BCF'

red 17 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #116BCF

Tints of Navy Blue #116BCF

RGB

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

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

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

R = 5.14%
G = 32.33%
B = 62.54%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#116BCF (or 0x116BCF) is known color: Navy Blue. HEX triplet: 11, 6B and CF. RGB value is (17,107,207). Sum of RGB (Red+Green+Blue) = 17+107+207=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #116BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BCF is #EE9430. Grayscale: #5A5A5A. Windows color (decimal): -15635505 or 13593361. OLE color: 13593361.

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

Color convert

RGB 17 107 207 -
CMYK 0.92 0.48 0 0.19
HSL 211.58º 0.85% 0.44% -
HSV(B) 211.58º 0.92% 0.81% -
XYZ 16.75 15.14 61.07 -
YUV 91.49 193.18 74.87 -
System Red Green Blue C M Y K H S L
Decimal 17 107 207 0.92 0.48 0 0.19 211.58 0.85 0.44
Hex 11 6B CF 5C 30 0 13 D4 55 2C
Octal 21 153 317 134 60 0 23 324 125 54
Binary 10001 1101011 11001111 1011100 110000 0 10011 11010100 1010101 101100

Color Harmonies of #116BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BCF

Black with #116BCF

Text Example


Text Example

White with #116BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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