#1574AA

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

Shades of Cerulean #1574AA

Tints of Cerulean #1574AA

Color information

#1574AA (or 0x1574AA) is unknown color: approx Cerulean. HEX triplet: 15, 74 and AA. RGB value is (21,116,170). Sum of RGB (Red+Green+Blue) = 21+116+170=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1574AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1574AA is #EA8B55. Grayscale: #5D5D5D. Windows color (decimal): -15371094 or 11170837. OLE color: 11170837.

HSL color Cylindrical-coordinate representation of color #1574AA: hue angle of 201.74º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1574AA is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21116170-
CMYK0.880.3200.33
HSL201.74º78.01%37.45%-
HSV(B)201.74º87.65%66.67%-
XYZ13.8115.5540.3-
YUV93.75171.0376.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=6.84%
G=37.79%
B=55.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211161700.880.3200.33201.7478.0137.45
Hex1574AA5820021ca4e25
Octal251642521304004131211645
Binary1010111101001010101010110001000000100001110010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1574AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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