#1576E0

Color #1576E0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1576E0

Tints of Navy Blue #1576E0

Color information

#1576E0 (or 0x1576E0) is unknown color: approx Navy Blue. HEX triplet: 15, 76 and E0. RGB value is (21,118,224). Sum of RGB (Red+Green+Blue) = 21+118+224=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #1576E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576E0 is #EA891F. Grayscale: #646464. Windows color (decimal): -15370528 or 14710293. OLE color: 14710293.

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

Color convert

RGB21118224-
CMYK0.910.4700.12
HSL211.33º82.86%48.04%-
HSV(B)211.33º90.62%87.84%-
XYZ20.2418.573.02-
YUV101.08197.3670.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.79%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 224 (87.89% from 255) = 61.71%
R=5.79%
G=32.51%
B=61.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211182240.910.4700.12211.3382.8648.04
Hex1576E05B2F0Cd35330
Octal251663401335701432312360
Binary10101111011011100000101101110111101100110100111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1576E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1576E0;
 }
 .AnyTagClassName
 {
   color: #1576E0;
 }
</style>
background-color css

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

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

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

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

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

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