Html Css Color HEX #155990 Endeavour

📋 copy color: '#155990'

red 21 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #155990

Tints of Endeavour #155990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 8.27%
G = 35.04%
B = 56.69%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#155990 (or 0x155990) is known color: Endeavour. HEX triplet: 15, 59 and 90. RGB value is (21,89,144). Sum of RGB (Red+Green+Blue) = 21+89+144=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #155990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155990 is #EAA66F. Grayscale: #4A4A4A. Windows color (decimal): -15378032 or 9459989. OLE color: 9459989.

HSL color Cylindrical-coordinate representation of color #155990: hue angle of 206.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155990 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 89 144 -
CMYK 0.85 0.38 0 0.44
HSL 206.83º 0.75% 0.32% -
HSV(B) 206.83º 0.85% 0.56% -
XYZ 8.92 9.32 27.71 -
YUV 74.94 166.97 89.53 -
System Red Green Blue C M Y K H S L
Decimal 21 89 144 0.85 0.38 0 0.44 206.83 0.75 0.32
Hex 15 59 90 55 26 0 2C CF 4B 20
Octal 25 131 220 125 46 0 54 317 113 40
Binary 10101 1011001 10010000 1010101 100110 0 101100 11001111 1001011 100000

Color Harmonies of #155990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155990

Black with #155990

Text Example


Text Example

White with #155990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155990; }

 p { color: rgb(21,89,144); }

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

background-color css

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

 a { background-color: rgb(21,89,144); }

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

border-color css

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

 span { border-color: rgb(21,89,144); }

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