Html Css Color HEX #116EED Navy Blue

📋 copy color: '#116EED'

red 17 ◦ green 110 ◦ blue 237

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

Shades of Navy Blue #116EED

Tints of Navy Blue #116EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 4.67%
G = 30.22%
B = 65.11%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#116EED (or 0x116EED) is known color: Navy Blue. HEX triplet: 11, 6E and ED. RGB value is (17,110,237). Sum of RGB (Red+Green+Blue) = 17+110+237=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #116EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EED is #EE9112. Grayscale: #606060. Windows color (decimal): -15634707 or 15560209. OLE color: 15560209.

HSL color Cylindrical-coordinate representation of color #116EED: hue angle of 214.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116EED is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 110 237 -
CMYK 0.93 0.54 0 0.07
HSL 214.64º 0.87% 0.5% -
HSV(B) 214.64º 0.93% 0.93% -
XYZ 21.09 17.39 82.36 -
YUV 96.67 207.19 71.17 -
System Red Green Blue C M Y K H S L
Decimal 17 110 237 0.93 0.54 0 0.07 214.64 0.87 0.5
Hex 11 6E ED 5D 36 0 7 D7 57 32
Octal 21 156 355 135 66 0 7 327 127 62
Binary 10001 1101110 11101101 1011101 110110 0 111 11010111 1010111 110010

Color Harmonies of #116EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EED

Black with #116EED

Text Example


Text Example

White with #116EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,110,237); }

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

background-color css

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

 a { background-color: rgb(17,110,237); }

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

border-color css

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

 span { border-color: rgb(17,110,237); }

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