#137EA0

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

Shades of Cerulean #137EA0

Tints of Cerulean #137EA0

Color information

#137EA0 (or 0x137EA0) is unknown color: approx Cerulean. HEX triplet: 13, 7E and A0. RGB value is (19,126,160). Sum of RGB (Red+Green+Blue) = 19+126+160=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #137EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137EA0 is #EC815F. Grayscale: #616161. Windows color (decimal): -15499616 or 10518035. OLE color: 10518035.

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

Color convert

RGB19126160-
CMYK0.880.2100.37
HSL194.47º78.77%35.1%-
HSV(B)194.47º88.13%62.75%-
XYZ14.0717.635.91-
YUV97.88163.0571.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 160 (62.89% from 255) = 52.46%
R=6.23%
G=41.31%
B=52.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191261600.880.2100.37194.4778.7735.1
Hex137EA05815025c24f23
Octal231762401302504530211743
Binary100111111110101000001011000101010100101110000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,160); }

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

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

 a { background-color: rgb(19,126,160); }

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

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

 span { border-color: rgb(19,126,160); }

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