Html Css Color HEX #136F96 Cerulean

📋 copy color: '#136F96'

red 19 ◦ green 111 ◦ blue 150

#136F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #136F96

Tints of Cerulean #136F96

RGB

 RED value IS 19 (7.81% from 255) = 6.79%

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 6.79%
G = 39.64%
B = 53.57%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136F96 (or 0x136F96) is known color: Cerulean. HEX triplet: 13, 6F and 96. RGB value is (19,111,150). Sum of RGB (Red+Green+Blue) = 19+111+150=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #136F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F96 is #EC9069. Grayscale: #575757. Windows color (decimal): -15503466 or 9858835. OLE color: 9858835.

HSL color Cylindrical-coordinate representation of color #136F96: hue angle of 197.86º 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 #136F96 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 111 150 -
CMYK 0.87 0.26 0 0.41
HSL 197.86º 0.78% 0.33% -
HSV(B) 197.86º 0.87% 0.59% -
XYZ 11.46 13.71 30.9 -
YUV 87.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 19 111 150 0.87 0.26 0 0.41 197.86 0.78 0.33
Hex 13 6F 96 57 1A 0 29 C6 4E 21
Octal 23 157 226 127 32 0 51 306 116 41
Binary 10011 1101111 10010110 1010111 11010 0 101001 11000110 1001110 100001

Color Harmonies of #136F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F96

Black with #136F96

Text Example


Text Example

White with #136F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,150); }

 H1.HeaderClassName
 {
   color: #136F96;
 }
 .AnyTagClassName
 {
   color: #136F96;
 }
</style>

background-color css

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

 a { background-color: rgb(19,111,150); }

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

border-color css

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

 span { border-color: rgb(19,111,150); }

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