Html Css Color HEX #1550ED Navy Blue

📋 copy color: '#1550ED'

red 21 ◦ green 80 ◦ blue 237

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

Shades of Navy Blue #1550ED

Tints of Navy Blue #1550ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 6.21%
G = 23.67%
B = 70.12%

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

#1550ED (or 0x1550ED) is known color: Navy Blue. HEX triplet: 15, 50 and ED. RGB value is (21,80,237). Sum of RGB (Red+Green+Blue) = 21+80+237=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #1550ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550ED is #EAAF12. Grayscale: #4F4F4F. Windows color (decimal): -15380243 or 15552533. OLE color: 15552533.

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

Color convert

RGB 21 80 237 -
CMYK 0.91 0.66 0 0.07
HSL 223.61º 0.86% 0.51% -
HSV(B) 223.61º 0.91% 0.93% -
XYZ 18.46 12.01 81.47 -
YUV 80.26 216.45 85.73 -
System Red Green Blue C M Y K H S L
Decimal 21 80 237 0.91 0.66 0 0.07 223.61 0.86 0.51
Hex 15 50 ED 5B 42 0 7 E0 56 33
Octal 25 120 355 133 102 0 7 340 126 63
Binary 10101 1010000 11101101 1011011 1000010 0 111 11100000 1010110 110011

Color Harmonies of #1550ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550ED

Black with #1550ED

Text Example


Text Example

White with #1550ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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