Html Css Color HEX #136599 Endeavour

📋 copy color: '#136599'

red 19 ◦ green 101 ◦ blue 153

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

Shades of Endeavour #136599

Tints of Endeavour #136599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 6.96%
G = 37%
B = 56.04%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#136599 (or 0x136599) is known color: Endeavour. HEX triplet: 13, 65 and 99. RGB value is (19,101,153). Sum of RGB (Red+Green+Blue) = 19+101+153=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #136599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136599 is #EC9A66. Grayscale: #525252. Windows color (decimal): -15506023 or 10052883. OLE color: 10052883.

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

Color convert

RGB 19 101 153 -
CMYK 0.88 0.34 0 0.4
HSL 203.28º 0.78% 0.34% -
HSV(B) 203.28º 0.88% 0.6% -
XYZ 10.67 11.75 31.84 -
YUV 82.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 19 101 153 0.88 0.34 0 0.4 203.28 0.78 0.34
Hex 13 65 99 58 22 0 28 CB 4E 22
Octal 23 145 231 130 42 0 50 313 116 42
Binary 10011 1100101 10011001 1011000 100010 0 101000 11001011 1001110 100010

Color Harmonies of #136599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136599

Black with #136599

Text Example


Text Example

White with #136599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136599; }

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

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

background-color css

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

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

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

border-color css

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

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

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