Html Css Color HEX #136195 Endeavour

📋 copy color: '#136195'

red 19 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #136195

Tints of Endeavour #136195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 7.17%
G = 36.6%
B = 56.23%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136195 (or 0x136195) is known color: Endeavour. HEX triplet: 13, 61 and 95. RGB value is (19,97,149). Sum of RGB (Red+Green+Blue) = 19+97+149=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #136195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136195 is #EC9E6A. Grayscale: #4F4F4F. Windows color (decimal): -15507051 or 9789715. OLE color: 9789715.

HSL color Cylindrical-coordinate representation of color #136195: hue angle of 204º 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 #136195 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 97 149 -
CMYK 0.87 0.35 0 0.42
HSL 204º 0.77% 0.33% -
HSV(B) 204º 0.87% 0.58% -
XYZ 9.97 10.86 30 -
YUV 79.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 19 97 149 0.87 0.35 0 0.42 204 0.77 0.33
Hex 13 61 95 57 23 0 2A CC 4D 21
Octal 23 141 225 127 43 0 52 314 115 41
Binary 10011 1100001 10010101 1010111 100011 0 101010 11001100 1001101 100001

Color Harmonies of #136195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136195

Black with #136195

Text Example


Text Example

White with #136195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136195; }

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

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

background-color css

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

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

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

border-color css

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

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

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