Html Css Color HEX #116BDE Navy Blue

📋 copy color: '#116BDE'

red 17 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #116BDE

Tints of Navy Blue #116BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 4.91%
G = 30.92%
B = 64.16%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116BDE (or 0x116BDE) is known color: Navy Blue. HEX triplet: 11, 6B and DE. RGB value is (17,107,222). Sum of RGB (Red+Green+Blue) = 17+107+222=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #116BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDE is #EE9421. Grayscale: #5C5C5C. Windows color (decimal): -15635490 or 14576401. OLE color: 14576401.

HSL color Cylindrical-coordinate representation of color #116BDE: hue angle of 213.66º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116BDE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 107 222 -
CMYK 0.92 0.52 0 0.13
HSL 213.66º 0.86% 0.47% -
HSV(B) 213.66º 0.92% 0.87% -
XYZ 18.67 15.91 71.19 -
YUV 93.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 17 107 222 0.92 0.52 0 0.13 213.66 0.86 0.47
Hex 11 6B DE 5C 34 0 D D6 56 2F
Octal 21 153 336 134 64 0 15 326 126 57
Binary 10001 1101011 11011110 1011100 110100 0 1101 11010110 1010110 101111

Color Harmonies of #116BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BDE

Black with #116BDE

Text Example


Text Example

White with #116BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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