Html Css Color HEX #136191 Endeavour

📋 copy color: '#136191'

red 19 ◦ green 97 ◦ blue 145

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

Shades of Endeavour #136191

Tints of Endeavour #136191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 7.28%
G = 37.16%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#136191 (or 0x136191) is known color: Endeavour. HEX triplet: 13, 61 and 91. RGB value is (19,97,145). Sum of RGB (Red+Green+Blue) = 19+97+145=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #136191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136191 is #EC9E6E. Grayscale: #4E4E4E. Windows color (decimal): -15507055 or 9527571. OLE color: 9527571.

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

Color convert

RGB 19 97 145 -
CMYK 0.87 0.33 0 0.43
HSL 202.86º 0.77% 0.32% -
HSV(B) 202.86º 0.87% 0.57% -
XYZ 9.65 10.73 28.35 -
YUV 79.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 19 97 145 0.87 0.33 0 0.43 202.86 0.77 0.32
Hex 13 61 91 57 21 0 2B CB 4D 20
Octal 23 141 221 127 41 0 53 313 115 40
Binary 10011 1100001 10010001 1010111 100001 0 101011 11001011 1001101 100000

Color Harmonies of #136191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136191

Black with #136191

Text Example


Text Example

White with #136191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136191; }

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

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

background-color css

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

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

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

border-color css

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

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

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