#137CA2

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

Shades of Cerulean #137CA2

Tints of Cerulean #137CA2

Color information

#137CA2 (or 0x137CA2) is unknown color: approx Cerulean. HEX triplet: 13, 7C and A2. RGB value is (19,124,162). Sum of RGB (Red+Green+Blue) = 19+124+162=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #137CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137CA2 is #EC835D. Grayscale: #606060. Windows color (decimal): -15500126 or 10648595. OLE color: 10648595.

HSL color Cylindrical-coordinate representation of color #137CA2: hue angle of 195.94º 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 #137CA2 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB19124162-
CMYK0.880.2300.36
HSL195.94º79.01%35.49%-
HSV(B)195.94º88.27%63.53%-
XYZ1417.1636.76-
YUV96.94164.7172.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 162 (63.67% from 255) = 53.11%
R=6.23%
G=40.66%
B=53.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191241620.880.2300.36195.9479.0135.49
Hex137CA25817024c44f23
Octal231742421302704430411743
Binary100111111100101000101011000101110100100110001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137CA2; }

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

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

<style>
 a { background-color: #137CA2; }

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

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

<style>
 span { border-color: #137CA2; }

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

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