Html Css Color HEX #136197 Endeavour

📋 copy color: '#136197'

red 19 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #136197

Tints of Endeavour #136197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 7.12%
G = 36.33%
B = 56.55%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136197 (or 0x136197) is known color: Endeavour. HEX triplet: 13, 61 and 97. RGB value is (19,97,151). Sum of RGB (Red+Green+Blue) = 19+97+151=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #136197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136197 is #EC9E68. Grayscale: #4F4F4F. Windows color (decimal): -15507049 or 9920787. OLE color: 9920787.

HSL color Cylindrical-coordinate representation of color #136197: hue angle of 204.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136197 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 97 151 -
CMYK 0.87 0.36 0 0.41
HSL 204.55º 0.78% 0.33% -
HSV(B) 204.55º 0.87% 0.59% -
XYZ 10.13 10.92 30.85 -
YUV 79.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 19 97 151 0.87 0.36 0 0.41 204.55 0.78 0.33
Hex 13 61 97 57 24 0 29 CD 4E 21
Octal 23 141 227 127 44 0 51 315 116 41
Binary 10011 1100001 10010111 1010111 100100 0 101001 11001101 1001110 100001

Color Harmonies of #136197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136197

Black with #136197

Text Example


Text Example

White with #136197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136197; }

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

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

background-color css

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

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

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

border-color css

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

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

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