Html Css Color HEX #136699 Endeavour

📋 copy color: '#136699'

red 19 ◦ green 102 ◦ blue 153

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

Shades of Endeavour #136699

Tints of Endeavour #136699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

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

R = 6.93%
G = 37.23%
B = 55.84%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#136699 (or 0x136699) is known color: Endeavour. HEX triplet: 13, 66 and 99. RGB value is (19,102,153). Sum of RGB (Red+Green+Blue) = 19+102+153=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #136699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136699 is #EC9966. Grayscale: #525252. Windows color (decimal): -15505767 or 10053139. OLE color: 10053139.

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

Color convert

RGB 19 102 153 -
CMYK 0.88 0.33 0 0.4
HSL 202.84º 0.78% 0.34% -
HSV(B) 202.84º 0.88% 0.6% -
XYZ 10.77 11.94 31.87 -
YUV 83 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 19 102 153 0.88 0.33 0 0.4 202.84 0.78 0.34
Hex 13 66 99 58 21 0 28 CB 4E 22
Octal 23 146 231 130 41 0 50 313 116 42
Binary 10011 1100110 10011001 1011000 100001 0 101000 11001011 1001110 100010

Color Harmonies of #136699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136699

Black with #136699

Text Example


Text Example

White with #136699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136699; }

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

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

background-color css

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

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

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

border-color css

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

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

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