#137999

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

Shades of Cerulean #137999

Tints of Cerulean #137999

Color information

#137999 (or 0x137999) is unknown color: approx Cerulean. HEX triplet: 13, 79 and 99. RGB value is (19,121,153). Sum of RGB (Red+Green+Blue) = 19+121+153=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #137999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137999 is #EC8666. Grayscale: #5D5D5D. Windows color (decimal): -15500903 or 10058003. OLE color: 10058003.

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

Color convert

RGB19121153-
CMYK0.880.2100.4
HSL194.33º77.91%33.73%-
HSV(B)194.33º87.58%60%-
XYZ12.8616.1132.57-
YUV94.15161.2174.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.48%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=6.48%
G=41.30%
B=52.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191211530.880.2100.4194.3377.9133.73
Hex1379995815028c24e22
Octal231712311302505030211642
Binary100111111001100110011011000101010101000110000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137999; }

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

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

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

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

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

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

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

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