Html Css Color HEX #1150EC Navy Blue

📋 copy color: '#1150EC'

red 17 ◦ green 80 ◦ blue 236

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

Shades of Navy Blue #1150EC

Tints of Navy Blue #1150EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 5.11%
G = 24.02%
B = 70.87%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1150EC (or 0x1150EC) is known color: Navy Blue. HEX triplet: 11, 50 and EC. RGB value is (17,80,236). Sum of RGB (Red+Green+Blue) = 17+80+236=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #1150EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1150EC is #EEAF13. Grayscale: #4E4E4E. Windows color (decimal): -15642388 or 15486993. OLE color: 15486993.

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

Color convert

RGB 17 80 236 -
CMYK 0.93 0.66 0 0.07
HSL 222.74º 0.87% 0.5% -
HSV(B) 222.74º 0.93% 0.93% -
XYZ 18.24 11.91 80.69 -
YUV 78.95 216.63 83.82 -
System Red Green Blue C M Y K H S L
Decimal 17 80 236 0.93 0.66 0 0.07 222.74 0.87 0.5
Hex 11 50 EC 5D 42 0 7 DF 57 32
Octal 21 120 354 135 102 0 7 337 127 62
Binary 10001 1010000 11101100 1011101 1000010 0 111 11011111 1010111 110010

Color Harmonies of #1150EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150EC

Black with #1150EC

Text Example


Text Example

White with #1150EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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