Html Css Color HEX #1550EC Navy Blue

📋 copy color: '#1550EC'

red 21 ◦ green 80 ◦ blue 236

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

Shades of Navy Blue #1550EC

Tints of Navy Blue #1550EC

RGB

 RED value IS 21 (8.59% from 255) = 6.23%

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

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

R = 6.23%
G = 23.74%
B = 70.03%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1550EC (or 0x1550EC) is known color: Navy Blue. HEX triplet: 15, 50 and EC. RGB value is (21,80,236). Sum of RGB (Red+Green+Blue) = 21+80+236=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 80 (31.64% from 255 or 23.74% 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 #1550EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550EC is #EAAF13. Grayscale: #4F4F4F. Windows color (decimal): -15380244 or 15486997. OLE color: 15486997.

HSL color Cylindrical-coordinate representation of color #1550EC: hue angle of 223.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1550EC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 80 236 -
CMYK 0.91 0.66 0 0.07
HSL 223.53º 0.85% 0.5% -
HSV(B) 223.53º 0.91% 0.93% -
XYZ 18.32 11.95 80.7 -
YUV 80.14 215.95 85.82 -
System Red Green Blue C M Y K H S L
Decimal 21 80 236 0.91 0.66 0 0.07 223.53 0.85 0.5
Hex 15 50 EC 5B 42 0 7 E0 55 32
Octal 25 120 354 133 102 0 7 340 125 62
Binary 10101 1010000 11101100 1011011 1000010 0 111 11100000 1010101 110010

Color Harmonies of #1550EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550EC

Black with #1550EC

Text Example


Text Example

White with #1550EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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