Html Css Color HEX #136A99 Cerulean

📋 copy color: '#136A99'

red 19 ◦ green 106 ◦ blue 153

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

Shades of Cerulean #136A99

Tints of Cerulean #136A99

RGB

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

 GREEN value IS 106 (41.8% 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 value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#136A99 (or 0x136A99) is known color: 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

RGB 19 106 153 -
CMYK 0.88 0.31 0 0.4
HSL 201.04º 0.78% 0.34% -
HSV(B) 201.04º 0.88% 0.6% -
XYZ 11.17 12.75 32.01 -
YUV 85.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 19 106 153 0.88 0.31 0 0.4 201.04 0.78 0.34
Hex 13 6A 99 58 1F 0 28 C9 4E 22
Octal 23 152 231 130 37 0 50 311 116 42
Binary 10011 1101010 10011001 1011000 11111 0 101000 11001001 1001110 100010

Color Harmonies of #136A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A99

Black with #136A99

Text Example


Text Example

White with #136A99

Text Example


Text Example

HTML Codes & Css Web 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>