Html Css Color HEX #155593 Endeavour

📋 copy color: '#155593'

red 21 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #155593

Tints of Endeavour #155593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 8.3%
G = 33.6%
B = 58.1%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155593 (or 0x155593) is known color: Endeavour. HEX triplet: 15, 55 and 93. RGB value is (21,85,147). Sum of RGB (Red+Green+Blue) = 21+85+147=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #155593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155593 is #EAAA6C. Grayscale: #484848. Windows color (decimal): -15379053 or 9655573. OLE color: 9655573.

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

Color convert

RGB 21 85 147 -
CMYK 0.86 0.42 0 0.42
HSL 209.52º 0.75% 0.33% -
HSV(B) 209.52º 0.86% 0.58% -
XYZ 8.82 8.76 28.83 -
YUV 72.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 21 85 147 0.86 0.42 0 0.42 209.52 0.75 0.33
Hex 15 55 93 56 2A 0 2A D2 4B 21
Octal 25 125 223 126 52 0 52 322 113 41
Binary 10101 1010101 10010011 1010110 101010 0 101010 11010010 1001011 100001

Color Harmonies of #155593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155593

Black with #155593

Text Example


Text Example

White with #155593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155593; }

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

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

background-color css

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

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

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

border-color css

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

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

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