Html Css Color HEX #155193 Endeavour

📋 copy color: '#155193'

red 21 ◦ green 81 ◦ blue 147

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

Shades of Endeavour #155193

Tints of Endeavour #155193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 8.43%
G = 32.53%
B = 59.04%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155193 (or 0x155193) is known color: Endeavour. HEX triplet: 15, 51 and 93. RGB value is (21,81,147). Sum of RGB (Red+Green+Blue) = 21+81+147=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #155193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155193 is #EAAE6C. Grayscale: #464646. Windows color (decimal): -15380077 or 9654549. OLE color: 9654549.

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

Color convert

RGB 21 81 147 -
CMYK 0.86 0.45 0 0.42
HSL 211.43º 0.75% 0.33% -
HSV(B) 211.43º 0.86% 0.58% -
XYZ 8.52 8.15 28.73 -
YUV 70.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 21 81 147 0.86 0.45 0 0.42 211.43 0.75 0.33
Hex 15 51 93 56 2D 0 2A D3 4B 21
Octal 25 121 223 126 55 0 52 323 113 41
Binary 10101 1010001 10010011 1010110 101101 0 101010 11010011 1001011 100001

Color Harmonies of #155193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155193

Black with #155193

Text Example


Text Example

White with #155193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155193; }

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

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

background-color css

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

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

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

border-color css

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

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

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