#136DA0

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

Shades of Cerulean #136DA0

Tints of Cerulean #136DA0

Color information

#136DA0 (or 0x136DA0) is unknown color: approx Cerulean. HEX triplet: 13, 6D and A0. RGB value is (19,109,160). Sum of RGB (Red+Green+Blue) = 19+109+160=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #136DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DA0 is #EC925F. Grayscale: #575757. Windows color (decimal): -15503968 or 10513683. OLE color: 10513683.

HSL color Cylindrical-coordinate representation of color #136DA0: hue angle of 201.7º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136DA0 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB19109160-
CMYK0.880.3200.37
HSL201.7º78.77%35.1%-
HSV(B)201.7º88.13%62.75%-
XYZ12.0813.6135.25-
YUV87.9168.6878.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=6.60%
G=37.85%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191091600.880.3200.37201.778.7735.1
Hex136DA05820025ca4f23
Octal231552401304004531211743
Binary1001111011011010000010110001000000100101110010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,109,160); }

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

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

 a { background-color: rgb(19,109,160); }

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

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

 span { border-color: rgb(19,109,160); }

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