Html Css Color HEX #136393 Endeavour

📋 copy color: '#136393'

red 19 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #136393

Tints of Endeavour #136393

RGB

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

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

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

R = 7.17%
G = 37.36%
B = 55.47%

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

#136393 (or 0x136393) is known color: Endeavour. HEX triplet: 13, 63 and 93. RGB value is (19,99,147). Sum of RGB (Red+Green+Blue) = 19+99+147=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #136393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136393 is #EC9C6C. Grayscale: #505050. Windows color (decimal): -15506541 or 9659155. OLE color: 9659155.

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

Color convert

RGB 19 99 147 -
CMYK 0.87 0.33 0 0.42
HSL 202.5º 0.77% 0.33% -
HSV(B) 202.5º 0.87% 0.58% -
XYZ 10 11.17 29.23 -
YUV 80.55 165.5 84.1 -
System Red Green Blue C M Y K H S L
Decimal 19 99 147 0.87 0.33 0 0.42 202.5 0.77 0.33
Hex 13 63 93 57 21 0 2A CA 4D 21
Octal 23 143 223 127 41 0 52 312 115 41
Binary 10011 1100011 10010011 1010111 100001 0 101010 11001010 1001101 100001

Color Harmonies of #136393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136393

Black with #136393

Text Example


Text Example

White with #136393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136393; }

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

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

background-color css

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

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

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

border-color css

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

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

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