Html Css Color HEX #155693 Endeavour

📋 copy color: '#155693'

red 21 ◦ green 86 ◦ blue 147

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

Shades of Endeavour #155693

Tints of Endeavour #155693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 8.27%
G = 33.86%
B = 57.87%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155693 (or 0x155693) is known color: Endeavour. HEX triplet: 15, 56 and 93. RGB value is (21,86,147). Sum of RGB (Red+Green+Blue) = 21+86+147=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #155693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155693 is #EAA96C. Grayscale: #494949. Windows color (decimal): -15378797 or 9655829. OLE color: 9655829.

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

Color convert

RGB 21 86 147 -
CMYK 0.86 0.41 0 0.42
HSL 209.05º 0.75% 0.33% -
HSV(B) 209.05º 0.86% 0.58% -
XYZ 8.9 8.92 28.86 -
YUV 73.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 21 86 147 0.86 0.41 0 0.42 209.05 0.75 0.33
Hex 15 56 93 56 29 0 2A D1 4B 21
Octal 25 126 223 126 51 0 52 321 113 41
Binary 10101 1010110 10010011 1010110 101001 0 101010 11010001 1001011 100001

Color Harmonies of #155693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155693

Black with #155693

Text Example


Text Example

White with #155693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155693; }

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

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

background-color css

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

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

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

border-color css

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

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

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