Html Css Color HEX #115EEC Navy Blue

📋 copy color: '#115EEC'

red 17 ◦ green 94 ◦ blue 236

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

Shades of Navy Blue #115EEC

Tints of Navy Blue #115EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 4.9%
G = 27.09%
B = 68.01%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#115EEC (or 0x115EEC) is known color: Navy Blue. HEX triplet: 11, 5E and EC. RGB value is (17,94,236). Sum of RGB (Red+Green+Blue) = 17+94+236=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #115EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EEC is #EEA113. Grayscale: #565656. Windows color (decimal): -15638804 or 15490577. OLE color: 15490577.

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

Color convert

RGB 17 94 236 -
CMYK 0.93 0.60 0 0.07
HSL 218.9º 0.87% 0.5% -
HSV(B) 218.9º 0.93% 0.93% -
XYZ 19.37 14.18 81.07 -
YUV 87.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 17 94 236 0.93 0.60 0 0.07 218.9 0.87 0.5
Hex 11 5E EC 5D 3C 0 7 DB 57 32
Octal 21 136 354 135 74 0 7 333 127 62
Binary 10001 1011110 11101100 1011101 111100 0 111 11011011 1010111 110010

Color Harmonies of #115EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EEC

Black with #115EEC

Text Example


Text Example

White with #115EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115EEC; }

 p { color: rgb(17,94,236); }

 H1.HeaderClassName
 {
   color: #115EEC;
 }
 .AnyTagClassName
 {
   color: #115EEC;
 }
</style>

background-color css

<style>
 a { background-color: #115EEC; }

 a { background-color: rgb(17,94,236); }

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

border-color css

<style>
 span { border-color: #115EEC; }

 span { border-color: rgb(17,94,236); }

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