Html Css Color HEX #116EEE Navy Blue

📋 copy color: '#116EEE'

red 17 ◦ green 110 ◦ blue 238

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

Shades of Navy Blue #116EEE

Tints of Navy Blue #116EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.21%

R = 4.66%
G = 30.14%
B = 65.21%

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

#116EEE (or 0x116EEE) is known color: Navy Blue. HEX triplet: 11, 6E and EE. RGB value is (17,110,238). Sum of RGB (Red+Green+Blue) = 17+110+238=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #116EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EEE is #EE9111. Grayscale: #606060. Windows color (decimal): -15634706 or 15625745. OLE color: 15625745.

HSL color Cylindrical-coordinate representation of color #116EEE: hue angle of 214.75º 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 #116EEE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 110 238 -
CMYK 0.93 0.54 0 0.07
HSL 214.75º 0.87% 0.5% -
HSV(B) 214.75º 0.93% 0.93% -
XYZ 21.24 17.44 83.14 -
YUV 96.79 207.69 71.09 -
System Red Green Blue C M Y K H S L
Decimal 17 110 238 0.93 0.54 0 0.07 214.75 0.87 0.5
Hex 11 6E EE 5D 36 0 7 D7 57 32
Octal 21 156 356 135 66 0 7 327 127 62
Binary 10001 1101110 11101110 1011101 110110 0 111 11010111 1010111 110010

Color Harmonies of #116EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EEE

Black with #116EEE

Text Example


Text Example

White with #116EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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