Html Css Color HEX #136199 Endeavour

📋 copy color: '#136199'

red 19 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #136199

Tints of Endeavour #136199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 7.06%
G = 36.06%
B = 56.88%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#136199 (or 0x136199) is known color: Endeavour. HEX triplet: 13, 61 and 99. RGB value is (19,97,153). Sum of RGB (Red+Green+Blue) = 19+97+153=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #136199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136199 is #EC9E66. Grayscale: #4F4F4F. Windows color (decimal): -15507047 or 10051859. OLE color: 10051859.

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

Color convert

RGB 19 97 153 -
CMYK 0.88 0.37 0 0.4
HSL 205.07º 0.78% 0.34% -
HSV(B) 205.07º 0.88% 0.6% -
XYZ 10.29 10.99 31.72 -
YUV 80.06 169.16 84.45 -
System Red Green Blue C M Y K H S L
Decimal 19 97 153 0.88 0.37 0 0.4 205.07 0.78 0.34
Hex 13 61 99 58 25 0 28 CD 4E 22
Octal 23 141 231 130 45 0 50 315 116 42
Binary 10011 1100001 10011001 1011000 100101 0 101000 11001101 1001110 100010

Color Harmonies of #136199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136199

Black with #136199

Text Example


Text Example

White with #136199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136199; }

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

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

background-color css

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

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

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

border-color css

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

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

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