#1573A0

Color #1573A0 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1573A0

Tints of Cerulean #1573A0

Color information

#1573A0 (or 0x1573A0) is unknown color: approx Cerulean. HEX triplet: 15, 73 and A0. RGB value is (21,115,160). Sum of RGB (Red+Green+Blue) = 21+115+160=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #1573A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1573A0 is #EA8C5F. Grayscale: #5B5B5B. Windows color (decimal): -15371360 or 10515221. OLE color: 10515221.

HSL color Cylindrical-coordinate representation of color #1573A0: hue angle of 199.42º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1573A0 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21115160-
CMYK0.870.2800.37
HSL199.42º76.8%35.49%-
HSV(B)199.42º86.87%62.75%-
XYZ12.7914.9635.47-
YUV92.02166.3677.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.09%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 160 (62.89% from 255) = 54.05%
R=7.09%
G=38.85%
B=54.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211151600.870.2800.37199.4276.835.49
Hex1573A0571C025c74d23
Octal251632401273404530711543
Binary101011110011101000001010111111000100101110001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1573A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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