Html Css Color HEX #136193 Endeavour

📋 copy color: '#136193'

red 19 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #136193

Tints of Endeavour #136193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 7.22%
G = 36.88%
B = 55.89%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136193 (or 0x136193) is known color: Endeavour. HEX triplet: 13, 61 and 93. RGB value is (19,97,147). Sum of RGB (Red+Green+Blue) = 19+97+147=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #136193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136193 is #EC9E6C. Grayscale: #4F4F4F. Windows color (decimal): -15507053 or 9658643. OLE color: 9658643.

HSL color Cylindrical-coordinate representation of color #136193: hue angle of 203.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136193 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 97 147 -
CMYK 0.87 0.34 0 0.42
HSL 203.44º 0.77% 0.33% -
HSV(B) 203.44º 0.87% 0.58% -
XYZ 9.81 10.79 29.17 -
YUV 79.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 19 97 147 0.87 0.34 0 0.42 203.44 0.77 0.33
Hex 13 61 93 57 22 0 2A CB 4D 21
Octal 23 141 223 127 42 0 52 313 115 41
Binary 10011 1100001 10010011 1010111 100010 0 101010 11001011 1001101 100001

Color Harmonies of #136193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136193

Black with #136193

Text Example


Text Example

White with #136193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136193; }

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

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

background-color css

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

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

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

border-color css

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

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

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