#137696

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

Shades of Cerulean #137696

Tints of Cerulean #137696

Color information

#137696 (or 0x137696) is unknown color: approx Cerulean. HEX triplet: 13, 76 and 96. RGB value is (19,118,150). Sum of RGB (Red+Green+Blue) = 19+118+150=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #137696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137696 is #EC8969. Grayscale: #5B5B5B. Windows color (decimal): -15501674 or 9860627. OLE color: 9860627.

HSL color Cylindrical-coordinate representation of color #137696: hue angle of 194.66º 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 #137696 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19118150-
CMYK0.870.2100.41
HSL194.66º77.51%33.14%-
HSV(B)194.66º87.33%58.82%-
XYZ12.2515.331.16-
YUV92.05160.775.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=6.62%
G=41.11%
B=52.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191181500.870.2100.41194.6677.5133.14
Hex1376965715029c34e21
Octal231662261272505130311641
Binary100111110110100101101010111101010101001110000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137696; }

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

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

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

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

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

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

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

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