Html Css Color HEX #136299 Endeavour

📋 copy color: '#136299'

red 19 ◦ green 98 ◦ blue 153

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

Shades of Endeavour #136299

Tints of Endeavour #136299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

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

R = 7.04%
G = 36.3%
B = 56.67%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#136299 (or 0x136299) is known color: Endeavour. HEX triplet: 13, 62 and 99. RGB value is (19,98,153). Sum of RGB (Red+Green+Blue) = 19+98+153=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #136299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136299 is #EC9D66. Grayscale: #505050. Windows color (decimal): -15506791 or 10052115. OLE color: 10052115.

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

Color convert

RGB 19 98 153 -
CMYK 0.88 0.36 0 0.4
HSL 204.63º 0.78% 0.34% -
HSV(B) 204.63º 0.88% 0.6% -
XYZ 10.39 11.17 31.75 -
YUV 80.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 19 98 153 0.88 0.36 0 0.4 204.63 0.78 0.34
Hex 13 62 99 58 24 0 28 CD 4E 22
Octal 23 142 231 130 44 0 50 315 116 42
Binary 10011 1100010 10011001 1011000 100100 0 101000 11001101 1001110 100010

Color Harmonies of #136299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136299

Black with #136299

Text Example


Text Example

White with #136299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136299; }

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

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

background-color css

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

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

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

border-color css

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

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

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