Html Css Color HEX #1559E0 Navy Blue

📋 copy color: '#1559E0'

red 21 ◦ green 89 ◦ blue 224

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

Shades of Navy Blue #1559E0

Tints of Navy Blue #1559E0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 6.29%
G = 26.65%
B = 67.07%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1559E0 (or 0x1559E0) is known color: Navy Blue. HEX triplet: 15, 59 and E0. RGB value is (21,89,224). Sum of RGB (Red+Green+Blue) = 21+89+224=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #1559E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1559E0 is #EAA61F. Grayscale: #535353. Windows color (decimal): -15377952 or 14702869. OLE color: 14702869.

HSL color Cylindrical-coordinate representation of color #1559E0: hue angle of 219.9º 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 #1559E0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 89 224 -
CMYK 0.91 0.60 0 0.12
HSL 219.9º 0.83% 0.48% -
HSV(B) 219.9º 0.91% 0.88% -
XYZ 17.34 12.69 72.06 -
YUV 84.06 206.97 83.02 -
System Red Green Blue C M Y K H S L
Decimal 21 89 224 0.91 0.60 0 0.12 219.9 0.83 0.48
Hex 15 59 E0 5B 3C 0 C DC 53 30
Octal 25 131 340 133 74 0 14 334 123 60
Binary 10101 1011001 11100000 1011011 111100 0 1100 11011100 1010011 110000

Color Harmonies of #1559E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1559E0

Black with #1559E0

Text Example


Text Example

White with #1559E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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