Html Css Color HEX #1557EB Navy Blue

📋 copy color: '#1557EB'

red 21 ◦ green 87 ◦ blue 235

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

Shades of Navy Blue #1557EB

Tints of Navy Blue #1557EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.51%

R = 6.12%
G = 25.36%
B = 68.51%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1557EB (or 0x1557EB) is known color: Navy Blue. HEX triplet: 15, 57 and EB. RGB value is (21,87,235). Sum of RGB (Red+Green+Blue) = 21+87+235=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #1557EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1557EB is #EAA814. Grayscale: #535353. Windows color (decimal): -15378453 or 15423253. OLE color: 15423253.

HSL color Cylindrical-coordinate representation of color #1557EB: hue angle of 221.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1557EB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 87 235 -
CMYK 0.91 0.63 0 0.08
HSL 221.5º 0.84% 0.5% -
HSV(B) 221.5º 0.91% 0.92% -
XYZ 18.71 12.97 80.12 -
YUV 84.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 21 87 235 0.91 0.63 0 0.08 221.5 0.84 0.5
Hex 15 57 EB 5B 3F 0 8 DD 54 32
Octal 25 127 353 133 77 0 10 335 124 62
Binary 10101 1010111 11101011 1011011 111111 0 1000 11011101 1010100 110010

Color Harmonies of #1557EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557EB

Black with #1557EB

Text Example


Text Example

White with #1557EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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