Html Css Color HEX #1556E0 Navy Blue

📋 copy color: '#1556E0'

red 21 ◦ green 86 ◦ blue 224

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

Shades of Navy Blue #1556E0

Tints of Navy Blue #1556E0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 6.34%
G = 25.98%
B = 67.67%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1556E0 (or 0x1556E0) is known color: Navy Blue. HEX triplet: 15, 56 and E0. RGB value is (21,86,224). Sum of RGB (Red+Green+Blue) = 21+86+224=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #1556E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556E0 is #EAA91F. Grayscale: #515151. Windows color (decimal): -15378720 or 14702101. OLE color: 14702101.

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

Color convert

RGB 21 86 224 -
CMYK 0.91 0.62 0 0.12
HSL 220.79º 0.83% 0.48% -
HSV(B) 220.79º 0.91% 0.88% -
XYZ 17.09 12.2 71.97 -
YUV 82.3 207.97 84.28 -
System Red Green Blue C M Y K H S L
Decimal 21 86 224 0.91 0.62 0 0.12 220.79 0.83 0.48
Hex 15 56 E0 5B 3E 0 C DD 53 30
Octal 25 126 340 133 76 0 14 335 123 60
Binary 10101 1010110 11100000 1011011 111110 0 1100 11011101 1010011 110000

Color Harmonies of #1556E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1556E0

Black with #1556E0

Text Example


Text Example

White with #1556E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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