Html Css Color HEX #155497 Endeavour

📋 copy color: '#155497'

red 21 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #155497

Tints of Endeavour #155497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 8.2%
G = 32.81%
B = 58.98%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155497 (or 0x155497) is known color: Endeavour. HEX triplet: 15, 54 and 97. RGB value is (21,84,151). Sum of RGB (Red+Green+Blue) = 21+84+151=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #155497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155497 is #EAAB68. Grayscale: #484848. Windows color (decimal): -15379305 or 9917461. OLE color: 9917461.

HSL color Cylindrical-coordinate representation of color #155497: hue angle of 210.92º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155497 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 84 151 -
CMYK 0.86 0.44 0 0.41
HSL 210.92º 0.76% 0.34% -
HSV(B) 210.92º 0.86% 0.59% -
XYZ 9.07 8.73 30.49 -
YUV 72.8 172.13 91.05 -
System Red Green Blue C M Y K H S L
Decimal 21 84 151 0.86 0.44 0 0.41 210.92 0.76 0.34
Hex 15 54 97 56 2C 0 29 D3 4C 22
Octal 25 124 227 126 54 0 51 323 114 42
Binary 10101 1010100 10010111 1010110 101100 0 101001 11010011 1001100 100010

Color Harmonies of #155497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155497

Black with #155497

Text Example


Text Example

White with #155497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155497; }

 p { color: rgb(21,84,151); }

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

background-color css

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

 a { background-color: rgb(21,84,151); }

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

border-color css

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

 span { border-color: rgb(21,84,151); }

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