Html Css Color HEX #136999 Cerulean

📋 copy color: '#136999'

red 19 ◦ green 105 ◦ blue 153

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

Shades of Cerulean #136999

Tints of Cerulean #136999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 6.86%
G = 37.91%
B = 55.23%

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

#136999 (or 0x136999) is known color: Cerulean. HEX triplet: 13, 69 and 99. RGB value is (19,105,153). Sum of RGB (Red+Green+Blue) = 19+105+153=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #136999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136999 is #EC9666. Grayscale: #545454. Windows color (decimal): -15504999 or 10053907. OLE color: 10053907.

HSL color Cylindrical-coordinate representation of color #136999: hue angle of 201.49º 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 #136999 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 105 153 -
CMYK 0.88 0.31 0 0.4
HSL 201.49º 0.78% 0.34% -
HSV(B) 201.49º 0.88% 0.6% -
XYZ 11.07 12.54 31.97 -
YUV 84.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 19 105 153 0.88 0.31 0 0.4 201.49 0.78 0.34
Hex 13 69 99 58 1F 0 28 C9 4E 22
Octal 23 151 231 130 37 0 50 311 116 42
Binary 10011 1101001 10011001 1011000 11111 0 101000 11001001 1001110 100010

Color Harmonies of #136999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136999

Black with #136999

Text Example


Text Example

White with #136999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136999; }

 p { color: rgb(19,105,153); }

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

background-color css

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

 a { background-color: rgb(19,105,153); }

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

border-color css

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

 span { border-color: rgb(19,105,153); }

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