#137399

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

Shades of Cerulean #137399

Tints of Cerulean #137399

Color information

#137399 (or 0x137399) is unknown color: approx Cerulean. HEX triplet: 13, 73 and 99. RGB value is (19,115,153). Sum of RGB (Red+Green+Blue) = 19+115+153=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #137399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137399 is #EC8C66. Grayscale: #5A5A5A. Windows color (decimal): -15502439 or 10056467. OLE color: 10056467.

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

Color convert

RGB19115153-
CMYK0.880.2500.4
HSL197.01º77.91%33.73%-
HSV(B)197.01º87.58%60%-
XYZ12.1514.732.33-
YUV90.63163.276.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=6.62%
G=40.07%
B=53.31%

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
Decimal191151530.880.2500.4197.0177.9133.73
Hex1373995819028c54e22
Octal231632311303105030511642
Binary100111110011100110011011000110010101000110001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137399; }

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

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

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

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

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

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

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

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