#1574A0

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

Shades of Cerulean #1574A0

Tints of Cerulean #1574A0

Color information

#1574A0 (or 0x1574A0) is unknown color: approx Cerulean. HEX triplet: 15, 74 and A0. RGB value is (21,116,160). Sum of RGB (Red+Green+Blue) = 21+116+160=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #1574A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574A0 is #EA8B5F. Grayscale: #5C5C5C. Windows color (decimal): -15371104 or 10515477. OLE color: 10515477.

HSL color Cylindrical-coordinate representation of color #1574A0: hue angle of 198.99º 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 #1574A0 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21116160-
CMYK0.870.2800.37
HSL198.99º76.8%35.49%-
HSV(B)198.99º86.87%62.75%-
XYZ12.915.1935.51-
YUV92.61166.0376.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 160 (62.89% from 255) = 53.87%
R=7.07%
G=39.06%
B=53.87%

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
Decimal211161600.870.2800.37198.9976.835.49
Hex1574A0571C025c74d23
Octal251642401273404530711543
Binary101011110100101000001010111111000100101110001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1574A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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