#136a99

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

Shades of Cerulean #136A99

Tints of Cerulean #136A99

Color information

#136A99 (or 0x136A99) is unknown color: approx Cerulean. HEX triplet: 13, 6A and 99. RGB value is (19,106,153). Sum of RGB (Red+Green+Blue) = 19+106+153=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #136A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A99 is #EC9566. Grayscale: #555555. Windows color (decimal): -15504743 or 10054163. OLE color: 10054163.

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

Color convert

RGB19106153-
CMYK0.880.3100.4
HSL201.04º77.91%33.73%-
HSV(B)201.04º87.58%60%-
XYZ11.1712.7532.01-
YUV85.34166.1880.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=6.83%
G=38.13%
B=55.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191061530.880.3100.4201.0477.9133.73
Hex136A99581F028c94e22
Octal231522311303705031111642
Binary100111101010100110011011000111110101000110010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136a99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136a99; }

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

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

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

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

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

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

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

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