#137AA1

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

Shades of Cerulean #137AA1

Tints of Cerulean #137AA1

Color information

#137AA1 (or 0x137AA1) is unknown color: approx Cerulean. HEX triplet: 13, 7A and A1. RGB value is (19,122,161). Sum of RGB (Red+Green+Blue) = 19+122+161=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #137AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137AA1 is #EC855E. Grayscale: #5F5F5F. Windows color (decimal): -15500639 or 10582547. OLE color: 10582547.

HSL color Cylindrical-coordinate representation of color #137AA1: hue angle of 196.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137AA1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB19122161-
CMYK0.880.2400.37
HSL196.48º78.89%35.29%-
HSV(B)196.48º88.2%63.14%-
XYZ13.6616.6336.21-
YUV95.65164.8873.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 161 (63.28% from 255) = 53.31%
R=6.29%
G=40.40%
B=53.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191221610.880.2400.37196.4878.8935.29
Hex137AA15818025c44f23
Octal231722411303004530411743
Binary100111111010101000011011000110000100101110001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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