Html Css Color HEX #136494 Endeavour

📋 copy color: '#136494'

red 19 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #136494

Tints of Endeavour #136494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 7.12%
G = 37.45%
B = 55.43%

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

#136494 (or 0x136494) is known color: Endeavour. HEX triplet: 13, 64 and 94. RGB value is (19,100,148). Sum of RGB (Red+Green+Blue) = 19+100+148=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #136494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136494 is #EC9B6B. Grayscale: #505050. Windows color (decimal): -15506284 or 9724947. OLE color: 9724947.

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

Color convert

RGB 19 100 148 -
CMYK 0.87 0.32 0 0.42
HSL 202.33º 0.77% 0.33% -
HSV(B) 202.33º 0.87% 0.58% -
XYZ 10.17 11.39 29.68 -
YUV 81.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 19 100 148 0.87 0.32 0 0.42 202.33 0.77 0.33
Hex 13 64 94 57 20 0 2A CA 4D 21
Octal 23 144 224 127 40 0 52 312 115 41
Binary 10011 1100100 10010100 1010111 100000 0 101010 11001010 1001101 100001

Color Harmonies of #136494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136494

Black with #136494

Text Example


Text Example

White with #136494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136494; }

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

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

background-color css

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

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

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

border-color css

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

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

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