Html Css Color HEX #156193 Endeavour

📋 copy color: '#156193'

red 21 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #156193

Tints of Endeavour #156193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 7.92%
G = 36.6%
B = 55.47%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156193 (or 0x156193) is known color: Endeavour. HEX triplet: 15, 61 and 93. RGB value is (21,97,147). Sum of RGB (Red+Green+Blue) = 21+97+147=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 97 (38.28% from 255 or 36.60% 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 #156193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156193 is #EA9E6C. Grayscale: #4F4F4F. Windows color (decimal): -15375981 or 9658645. OLE color: 9658645.

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

Color convert

RGB 21 97 147 -
CMYK 0.86 0.34 0 0.42
HSL 203.81º 0.75% 0.33% -
HSV(B) 203.81º 0.86% 0.58% -
XYZ 9.85 10.82 29.17 -
YUV 79.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 21 97 147 0.86 0.34 0 0.42 203.81 0.75 0.33
Hex 15 61 93 56 22 0 2A CC 4B 21
Octal 25 141 223 126 42 0 52 314 113 41
Binary 10101 1100001 10010011 1010110 100010 0 101010 11001100 1001011 100001

Color Harmonies of #156193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156193

Black with #156193

Text Example


Text Example

White with #156193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156193; }

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

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

background-color css

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

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

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

border-color css

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

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

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