Html Css Color HEX #1573E5 Navy Blue

📋 copy color: '#1573E5'

red 21 ◦ green 115 ◦ blue 229

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

Shades of Navy Blue #1573E5

Tints of Navy Blue #1573E5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 229 (89.84% from 255) = 62.74%

R = 5.75%
G = 31.51%
B = 62.74%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1573E5 (or 0x1573E5) is known color: Navy Blue. HEX triplet: 15, 73 and E5. RGB value is (21,115,229). Sum of RGB (Red+Green+Blue) = 21+115+229=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #1573E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573E5 is #EA8C1A. Grayscale: #636363. Windows color (decimal): -15371291 or 15037205. OLE color: 15037205.

HSL color Cylindrical-coordinate representation of color #1573E5: hue angle of 212.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1573E5 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 115 229 -
CMYK 0.91 0.50 0 0.10
HSL 212.88º 0.83% 0.49% -
HSV(B) 212.88º 0.91% 0.9% -
XYZ 20.58 18.08 76.53 -
YUV 99.89 200.86 71.73 -
System Red Green Blue C M Y K H S L
Decimal 21 115 229 0.91 0.50 0 0.10 212.88 0.83 0.49
Hex 15 73 E5 5B 32 0 A D5 53 31
Octal 25 163 345 133 62 0 12 325 123 61
Binary 10101 1110011 11100101 1011011 110010 0 1010 11010101 1010011 110001

Color Harmonies of #1573E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573E5

Black with #1573E5

Text Example


Text Example

White with #1573E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573E5; }

 p { color: rgb(21,115,229); }

 H1.HeaderClassName
 {
   color: #1573E5;
 }
 .AnyTagClassName
 {
   color: #1573E5;
 }
</style>

background-color css

<style>
 a { background-color: #1573E5; }

 a { background-color: rgb(21,115,229); }

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

border-color css

<style>
 span { border-color: #1573E5; }

 span { border-color: rgb(21,115,229); }

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