Html Css Color HEX #136595 Endeavour

📋 copy color: '#136595'

red 19 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #136595

Tints of Endeavour #136595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 7.06%
G = 37.55%
B = 55.39%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136595 (or 0x136595) is known color: Endeavour. HEX triplet: 13, 65 and 95. RGB value is (19,101,149). Sum of RGB (Red+Green+Blue) = 19+101+149=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #136595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136595 is #EC9A6A. Grayscale: #515151. Windows color (decimal): -15506027 or 9790739. OLE color: 9790739.

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

Color convert

RGB 19 101 149 -
CMYK 0.87 0.32 0 0.42
HSL 202.15º 0.77% 0.33% -
HSV(B) 202.15º 0.87% 0.58% -
XYZ 10.35 11.62 30.13 -
YUV 81.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 19 101 149 0.87 0.32 0 0.42 202.15 0.77 0.33
Hex 13 65 95 57 20 0 2A CA 4D 21
Octal 23 145 225 127 40 0 52 312 115 41
Binary 10011 1100101 10010101 1010111 100000 0 101010 11001010 1001101 100001

Color Harmonies of #136595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136595

Black with #136595

Text Example


Text Example

White with #136595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136595; }

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

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

background-color css

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

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

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

border-color css

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

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

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