#137AA2

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

Shades of Cerulean #137AA2

Tints of Cerulean #137AA2

Color information

#137AA2 (or 0x137AA2) is unknown color: approx Cerulean. HEX triplet: 13, 7A and A2. RGB value is (19,122,162). Sum of RGB (Red+Green+Blue) = 19+122+162=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #137AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AA2 is #EC855D. Grayscale: #5F5F5F. Windows color (decimal): -15500638 or 10648083. OLE color: 10648083.

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

Color convert

RGB19122162-
CMYK0.880.2500.36
HSL196.78º79.01%35.49%-
HSV(B)196.78º88.27%63.53%-
XYZ13.7516.6736.67-
YUV95.76165.3873.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 162 (63.67% from 255) = 53.47%
R=6.27%
G=40.26%
B=53.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191221620.880.2500.36196.7879.0135.49
Hex137AA25819024c54f23
Octal231722421303104430511743
Binary100111111010101000101011000110010100100110001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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