Html Css Color HEX #116EEF Navy Blue

📋 copy color: '#116EEF'

red 17 ◦ green 110 ◦ blue 239

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

Shades of Navy Blue #116EEF

Tints of Navy Blue #116EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.3%

R = 4.64%
G = 30.05%
B = 65.3%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#116EEF (or 0x116EEF) is known color: Navy Blue. HEX triplet: 11, 6E and EF. RGB value is (17,110,239). Sum of RGB (Red+Green+Blue) = 17+110+239=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #116EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EEF is #EE9110. Grayscale: #606060. Windows color (decimal): -15634705 or 15691281. OLE color: 15691281.

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

Color convert

RGB 17 110 239 -
CMYK 0.93 0.54 0 0.06
HSL 214.86º 0.87% 0.5% -
HSV(B) 214.86º 0.93% 0.94% -
XYZ 21.39 17.5 83.91 -
YUV 96.9 208.19 71.01 -
System Red Green Blue C M Y K H S L
Decimal 17 110 239 0.93 0.54 0 0.06 214.86 0.87 0.5
Hex 11 6E EF 5D 36 0 6 D7 57 32
Octal 21 156 357 135 66 0 6 327 127 62
Binary 10001 1101110 11101111 1011101 110110 0 110 11010111 1010111 110010

Color Harmonies of #116EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EEF

Black with #116EEF

Text Example


Text Example

White with #116EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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