#137B99

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

Shades of Cerulean #137B99

Tints of Cerulean #137B99

Color information

#137B99 (or 0x137B99) is unknown color: approx Cerulean. HEX triplet: 13, 7B and 99. RGB value is (19,123,153). Sum of RGB (Red+Green+Blue) = 19+123+153=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #137B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B99 is #EC8466. Grayscale: #5F5F5F. Windows color (decimal): -15500391 or 10058515. OLE color: 10058515.

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

Color convert

RGB19123153-
CMYK0.880.2000.4
HSL193.43º77.91%33.73%-
HSV(B)193.43º87.58%60%-
XYZ13.116.632.65-
YUV95.32160.5473.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=6.44%
G=41.69%
B=51.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191231530.880.2000.4193.4377.9133.73
Hex137B995814028c14e22
Octal231732311302405030111642
Binary100111111011100110011011000101000101000110000011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137B99; }

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

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

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

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

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

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

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

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