Html Css Color HEX #156393 Endeavour

📋 copy color: '#156393'

red 21 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #156393

Tints of Endeavour #156393

RGB

 RED value IS 21 (8.59% from 255) = 7.87%

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

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

R = 7.87%
G = 37.08%
B = 55.06%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156393 (or 0x156393) is known color: Endeavour. HEX triplet: 15, 63 and 93. RGB value is (21,99,147). Sum of RGB (Red+Green+Blue) = 21+99+147=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #156393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156393 is #EA9C6C. Grayscale: #505050. Windows color (decimal): -15375469 or 9659157. OLE color: 9659157.

HSL color Cylindrical-coordinate representation of color #156393: hue angle of 202.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156393 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 99 147 -
CMYK 0.86 0.33 0 0.42
HSL 202.86º 0.75% 0.33% -
HSV(B) 202.86º 0.86% 0.58% -
XYZ 10.04 11.19 29.23 -
YUV 81.15 165.16 85.1 -
System Red Green Blue C M Y K H S L
Decimal 21 99 147 0.86 0.33 0 0.42 202.86 0.75 0.33
Hex 15 63 93 56 21 0 2A CB 4B 21
Octal 25 143 223 126 41 0 52 313 113 41
Binary 10101 1100011 10010011 1010110 100001 0 101010 11001011 1001011 100001

Color Harmonies of #156393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156393

Black with #156393

Text Example


Text Example

White with #156393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156393; }

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

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

background-color css

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

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

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

border-color css

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

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

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