Html Css Color HEX #155090 Endeavour

📋 copy color: '#155090'

red 21 ◦ green 80 ◦ blue 144

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

Shades of Endeavour #155090

Tints of Endeavour #155090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 8.57%
G = 32.65%
B = 58.78%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#155090 (or 0x155090) is known color: Endeavour. HEX triplet: 15, 50 and 90. RGB value is (21,80,144). Sum of RGB (Red+Green+Blue) = 21+80+144=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #155090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155090 is #EAAF6F. Grayscale: #454545. Windows color (decimal): -15380336 or 9457685. OLE color: 9457685.

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

Color convert

RGB 21 80 144 -
CMYK 0.85 0.44 0 0.44
HSL 211.22º 0.75% 0.32% -
HSV(B) 211.22º 0.85% 0.56% -
XYZ 8.21 7.91 27.48 -
YUV 69.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 21 80 144 0.85 0.44 0 0.44 211.22 0.75 0.32
Hex 15 50 90 55 2C 0 2C D3 4B 20
Octal 25 120 220 125 54 0 54 323 113 40
Binary 10101 1010000 10010000 1010101 101100 0 101100 11010011 1001011 100000

Color Harmonies of #155090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155090

Black with #155090

Text Example


Text Example

White with #155090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155090; }

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

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

background-color css

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

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

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

border-color css

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

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

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