#136CA0

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

Shades of Cerulean #136CA0

Tints of Cerulean #136CA0

Color information

#136CA0 (or 0x136CA0) is unknown color: approx Cerulean. HEX triplet: 13, 6C and A0. RGB value is (19,108,160). Sum of RGB (Red+Green+Blue) = 19+108+160=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #136CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136CA0 is #EC935F. Grayscale: #575757. Windows color (decimal): -15504224 or 10513427. OLE color: 10513427.

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

Color convert

RGB19108160-
CMYK0.880.3200.37
HSL202.13º78.77%35.1%-
HSV(B)202.13º88.13%62.75%-
XYZ11.9813.435.21-
YUV87.32169.0179.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=6.62%
G=37.63%
B=55.75%

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
Decimal191081600.880.3200.37202.1378.7735.1
Hex136CA05820025ca4f23
Octal231542401304004531211743
Binary1001111011001010000010110001000000100101110010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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