#136B97

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

Shades of Cerulean #136B97

Tints of Cerulean #136B97

Color information

#136B97 (or 0x136B97) is unknown color: approx Cerulean. HEX triplet: 13, 6B and 97. RGB value is (19,107,151). Sum of RGB (Red+Green+Blue) = 19+107+151=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #136B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B97 is #EC9468. Grayscale: #555555. Windows color (decimal): -15504489 or 9923347. OLE color: 9923347.

HSL color Cylindrical-coordinate representation of color #136B97: hue angle of 200º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136B97 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19107151-
CMYK0.870.2900.41
HSL200º77.65%33.33%-
HSV(B)200º87.42%59.22%-
XYZ11.1112.8931.18-
YUV85.7164.8580.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=6.86%
G=38.63%
B=54.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191071510.870.2900.4120077.6533.33
Hex136B97571D029c84e21
Octal231532271273505131011641
Binary100111101011100101111010111111010101001110010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,151); }

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

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

 a { background-color: rgb(19,107,151); }

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

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

 span { border-color: rgb(19,107,151); }

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