Html Css Color HEX #136395 Endeavour

📋 copy color: '#136395'

red 19 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #136395

Tints of Endeavour #136395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 7.12%
G = 37.08%
B = 55.81%

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

#136395 (or 0x136395) is known color: Endeavour. HEX triplet: 13, 63 and 95. RGB value is (19,99,149). Sum of RGB (Red+Green+Blue) = 19+99+149=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #136395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136395 is #EC9C6A. Grayscale: #505050. Windows color (decimal): -15506539 or 9790227. OLE color: 9790227.

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

Color convert

RGB 19 99 149 -
CMYK 0.87 0.34 0 0.42
HSL 203.08º 0.77% 0.33% -
HSV(B) 203.08º 0.87% 0.58% -
XYZ 10.16 11.23 30.07 -
YUV 80.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 19 99 149 0.87 0.34 0 0.42 203.08 0.77 0.33
Hex 13 63 95 57 22 0 2A CB 4D 21
Octal 23 143 225 127 42 0 52 313 115 41
Binary 10011 1100011 10010101 1010111 100010 0 101010 11001011 1001101 100001

Color Harmonies of #136395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136395

Black with #136395

Text Example


Text Example

White with #136395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136395; }

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

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

background-color css

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

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

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

border-color css

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

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

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