#137499

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

Shades of Cerulean #137499

Tints of Cerulean #137499

Color information

#137499 (or 0x137499) is unknown color: approx Cerulean. HEX triplet: 13, 74 and 99. RGB value is (19,116,153). Sum of RGB (Red+Green+Blue) = 19+116+153=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #137499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137499 is #EC8B66. Grayscale: #5A5A5A. Windows color (decimal): -15502183 or 10056723. OLE color: 10056723.

HSL color Cylindrical-coordinate representation of color #137499: hue angle of 196.57º 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 #137499 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB19116153-
CMYK0.880.2400.4
HSL196.57º77.91%33.73%-
HSV(B)196.57º87.58%60%-
XYZ12.2614.9332.37-
YUV91.22162.8676.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=6.60%
G=40.28%
B=53.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191161530.880.2400.4196.5777.9133.73
Hex1374995818028c54e22
Octal231642311303005030511642
Binary100111110100100110011011000110000101000110001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137499; }

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

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

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

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

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

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

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

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