Html Css Color HEX #136394 Endeavour

📋 copy color: '#136394'

red 19 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #136394

Tints of Endeavour #136394

RGB

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

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

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

R = 7.14%
G = 37.22%
B = 55.64%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136394 (or 0x136394) is known color: Endeavour. HEX triplet: 13, 63 and 94. RGB value is (19,99,148). Sum of RGB (Red+Green+Blue) = 19+99+148=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #136394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136394 is #EC9C6B. Grayscale: #505050. Windows color (decimal): -15506540 or 9724691. OLE color: 9724691.

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

Color convert

RGB 19 99 148 -
CMYK 0.87 0.33 0 0.42
HSL 202.79º 0.77% 0.33% -
HSV(B) 202.79º 0.87% 0.58% -
XYZ 10.08 11.2 29.65 -
YUV 80.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 19 99 148 0.87 0.33 0 0.42 202.79 0.77 0.33
Hex 13 63 94 57 21 0 2A CB 4D 21
Octal 23 143 224 127 41 0 52 313 115 41
Binary 10011 1100011 10010100 1010111 100001 0 101010 11001011 1001101 100001

Color Harmonies of #136394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136394

Black with #136394

Text Example


Text Example

White with #136394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136394; }

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

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

background-color css

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

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

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

border-color css

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

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

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