#137496

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

Shades of Cerulean #137496

Tints of Cerulean #137496

Color information

#137496 (or 0x137496) is unknown color: approx Cerulean. HEX triplet: 13, 74 and 96. RGB value is (19,116,150). Sum of RGB (Red+Green+Blue) = 19+116+150=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #137496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137496 is #EC8B69. Grayscale: #5A5A5A. Windows color (decimal): -15502186 or 9860115. OLE color: 9860115.

HSL color Cylindrical-coordinate representation of color #137496: hue angle of 195.57º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137496 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19116150-
CMYK0.870.2300.41
HSL195.57º77.51%33.14%-
HSV(B)195.57º87.33%58.82%-
XYZ12.0214.8331.08-
YUV90.87161.3676.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=6.67%
G=40.70%
B=52.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191161500.870.2300.41195.5777.5133.14
Hex1374965717029c44e21
Octal231642261272705130411641
Binary100111110100100101101010111101110101001110001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137496; }

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

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

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

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

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

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

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

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