Html Css Color HEX #1154EC Navy Blue

📋 copy color: '#1154EC'

red 17 ◦ green 84 ◦ blue 236

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

Shades of Navy Blue #1154EC

Tints of Navy Blue #1154EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

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

R = 5.04%
G = 24.93%
B = 70.03%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1154EC (or 0x1154EC) is known color: Navy Blue. HEX triplet: 11, 54 and EC. RGB value is (17,84,236). Sum of RGB (Red+Green+Blue) = 17+84+236=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #1154EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1154EC is #EEAB13. Grayscale: #505050. Windows color (decimal): -15641364 or 15488017. OLE color: 15488017.

HSL color Cylindrical-coordinate representation of color #1154EC: hue angle of 221.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 #1154EC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 84 236 -
CMYK 0.93 0.64 0 0.07
HSL 221.64º 0.87% 0.5% -
HSV(B) 221.64º 0.93% 0.93% -
XYZ 18.54 12.52 80.8 -
YUV 81.3 215.3 82.14 -
System Red Green Blue C M Y K H S L
Decimal 17 84 236 0.93 0.64 0 0.07 221.64 0.87 0.5
Hex 11 54 EC 5D 40 0 7 DE 57 32
Octal 21 124 354 135 100 0 7 336 127 62
Binary 10001 1010100 11101100 1011101 1000000 0 111 11011110 1010111 110010

Color Harmonies of #1154EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1154EC

Black with #1154EC

Text Example


Text Example

White with #1154EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1154EC; }

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

 H1.HeaderClassName
 {
   color: #1154EC;
 }
 .AnyTagClassName
 {
   color: #1154EC;
 }
</style>

background-color css

<style>
 a { background-color: #1154EC; }

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

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

border-color css

<style>
 span { border-color: #1154EC; }

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

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