Html Css Color HEX #116BCE Navy Blue

📋 copy color: '#116BCE'

red 17 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #116BCE

Tints of Navy Blue #116BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 5.15%
G = 32.42%
B = 62.42%

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

#116BCE (or 0x116BCE) is known color: Navy Blue. HEX triplet: 11, 6B and CE. RGB value is (17,107,206). Sum of RGB (Red+Green+Blue) = 17+107+206=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #116BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BCE is #EE9431. Grayscale: #5A5A5A. Windows color (decimal): -15635506 or 13527825. OLE color: 13527825.

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

Color convert

RGB 17 107 206 -
CMYK 0.92 0.48 0 0.19
HSL 211.43º 0.85% 0.44% -
HSV(B) 211.43º 0.92% 0.81% -
XYZ 16.63 15.09 60.43 -
YUV 91.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 17 107 206 0.92 0.48 0 0.19 211.43 0.85 0.44
Hex 11 6B CE 5C 30 0 13 D3 55 2C
Octal 21 153 316 134 60 0 23 323 125 54
Binary 10001 1101011 11001110 1011100 110000 0 10011 11010011 1010101 101100

Color Harmonies of #116BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BCE

Black with #116BCE

Text Example


Text Example

White with #116BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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