#1372A2

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

Shades of Cerulean #1372A2

Tints of Cerulean #1372A2

Color information

#1372A2 (or 0x1372A2) is unknown color: approx Cerulean. HEX triplet: 13, 72 and A2. RGB value is (19,114,162). Sum of RGB (Red+Green+Blue) = 19+114+162=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #1372A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1372A2 is #EC8D5D. Grayscale: #5A5A5A. Windows color (decimal): -15502686 or 10646035. OLE color: 10646035.

HSL color Cylindrical-coordinate representation of color #1372A2: hue angle of 200.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1372A2 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB19114162-
CMYK0.880.3000.36
HSL200.14º79.01%35.49%-
HSV(B)200.14º88.27%63.53%-
XYZ12.8114.7836.36-
YUV91.07168.0376.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=6.44%
G=38.64%
B=54.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191141620.880.3000.36200.1479.0135.49
Hex1372A2581E024c84f23
Octal231622421303604431011743
Binary100111110010101000101011000111100100100110010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1372A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1372A2; }

 p { color: rgb(19,114,162); }

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

<style>
 a { background-color: #1372A2; }

 a { background-color: rgb(19,114,162); }

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

<style>
 span { border-color: #1372A2; }

 span { border-color: rgb(19,114,162); }

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