Html Css Color HEX #136493 Endeavour

📋 copy color: '#136493'

red 19 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #136493

Tints of Endeavour #136493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 7.14%
G = 37.59%
B = 55.26%

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

#136493 (or 0x136493) is known color: Endeavour. HEX triplet: 13, 64 and 93. RGB value is (19,100,147). Sum of RGB (Red+Green+Blue) = 19+100+147=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #136493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136493 is #EC9B6C. Grayscale: #505050. Windows color (decimal): -15506285 or 9659411. OLE color: 9659411.

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

Color convert

RGB 19 100 147 -
CMYK 0.87 0.32 0 0.42
HSL 202.03º 0.77% 0.33% -
HSV(B) 202.03º 0.87% 0.58% -
XYZ 10.09 11.36 29.26 -
YUV 81.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 19 100 147 0.87 0.32 0 0.42 202.03 0.77 0.33
Hex 13 64 93 57 20 0 2A CA 4D 21
Octal 23 144 223 127 40 0 52 312 115 41
Binary 10011 1100100 10010011 1010111 100000 0 101010 11001010 1001101 100001

Color Harmonies of #136493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136493

Black with #136493

Text Example


Text Example

White with #136493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136493; }

 p { color: rgb(19,100,147); }

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

background-color css

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

 a { background-color: rgb(19,100,147); }

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

border-color css

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

 span { border-color: rgb(19,100,147); }

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