Html Css Color HEX #116DDE Navy Blue

📋 copy color: '#116DDE'

red 17 ◦ green 109 ◦ blue 222

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

Shades of Navy Blue #116DDE

Tints of Navy Blue #116DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 4.89%
G = 31.32%
B = 63.79%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#116DDE (or 0x116DDE) is known color: Navy Blue. HEX triplet: 11, 6D and DE. RGB value is (17,109,222). Sum of RGB (Red+Green+Blue) = 17+109+222=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #116DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDE is #EE9221. Grayscale: #5D5D5D. Windows color (decimal): -15634978 or 14576913. OLE color: 14576913.

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

Color convert

RGB 17 109 222 -
CMYK 0.92 0.51 0 0.13
HSL 213.07º 0.86% 0.47% -
HSV(B) 213.07º 0.92% 0.87% -
XYZ 18.88 16.33 71.26 -
YUV 94.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 17 109 222 0.92 0.51 0 0.13 213.07 0.86 0.47
Hex 11 6D DE 5C 33 0 D D5 56 2F
Octal 21 155 336 134 63 0 15 325 126 57
Binary 10001 1101101 11011110 1011100 110011 0 1101 11010101 1010110 101111

Color Harmonies of #116DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DDE

Black with #116DDE

Text Example


Text Example

White with #116DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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