Html Css Color HEX #1557E0 Navy Blue

📋 copy color: '#1557E0'

red 21 ◦ green 87 ◦ blue 224

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

Shades of Navy Blue #1557E0

Tints of Navy Blue #1557E0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 6.33%
G = 26.2%
B = 67.47%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1557E0 (or 0x1557E0) is known color: Navy Blue. HEX triplet: 15, 57 and E0. RGB value is (21,87,224). Sum of RGB (Red+Green+Blue) = 21+87+224=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #1557E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557E0 is #EAA81F. Grayscale: #525252. Windows color (decimal): -15378464 or 14702357. OLE color: 14702357.

HSL color Cylindrical-coordinate representation of color #1557E0: hue angle of 220.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1557E0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 87 224 -
CMYK 0.91 0.61 0 0.12
HSL 220.49º 0.83% 0.48% -
HSV(B) 220.49º 0.91% 0.88% -
XYZ 17.17 12.36 72 -
YUV 82.88 207.63 83.86 -
System Red Green Blue C M Y K H S L
Decimal 21 87 224 0.91 0.61 0 0.12 220.49 0.83 0.48
Hex 15 57 E0 5B 3D 0 C DC 53 30
Octal 25 127 340 133 75 0 14 334 123 60
Binary 10101 1010111 11100000 1011011 111101 0 1100 11011100 1010011 110000

Color Harmonies of #1557E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557E0

Black with #1557E0

Text Example


Text Example

White with #1557E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1557E0; }

 p { color: rgb(21,87,224); }

 H1.HeaderClassName
 {
   color: #1557E0;
 }
 .AnyTagClassName
 {
   color: #1557E0;
 }
</style>

background-color css

<style>
 a { background-color: #1557E0; }

 a { background-color: rgb(21,87,224); }

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

border-color css

<style>
 span { border-color: #1557E0; }

 span { border-color: rgb(21,87,224); }

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