#137299

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

Shades of Cerulean #137299

Tints of Cerulean #137299

Color information

#137299 (or 0x137299) is unknown color: approx Cerulean. HEX triplet: 13, 72 and 99. RGB value is (19,114,153). Sum of RGB (Red+Green+Blue) = 19+114+153=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #137299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137299 is #EC8D66. Grayscale: #595959. Windows color (decimal): -15502695 or 10056211. OLE color: 10056211.

HSL color Cylindrical-coordinate representation of color #137299: hue angle of 197.46º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137299 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB19114153-
CMYK0.880.2500.4
HSL197.46º77.91%33.73%-
HSV(B)197.46º87.58%60%-
XYZ12.0414.4732.3-
YUV90.04163.5377.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.64%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=6.64%
G=39.86%
B=53.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191141530.880.2500.4197.4677.9133.73
Hex1372995819028c54e22
Octal231622311303105030511642
Binary100111110010100110011011000110010101000110001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137299; }

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

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

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

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

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

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

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

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