Html Css Color HEX #155890 Endeavour

📋 copy color: '#155890'

red 21 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #155890

Tints of Endeavour #155890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

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

R = 8.3%
G = 34.78%
B = 56.92%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#155890 (or 0x155890) is known color: Endeavour. HEX triplet: 15, 58 and 90. RGB value is (21,88,144). Sum of RGB (Red+Green+Blue) = 21+88+144=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #155890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155890 is #EAA76F. Grayscale: #4A4A4A. Windows color (decimal): -15378288 or 9459733. OLE color: 9459733.

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

Color convert

RGB 21 88 144 -
CMYK 0.85 0.39 0 0.44
HSL 207.32º 0.75% 0.32% -
HSV(B) 207.32º 0.85% 0.56% -
XYZ 8.83 9.15 27.69 -
YUV 74.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 21 88 144 0.85 0.39 0 0.44 207.32 0.75 0.32
Hex 15 58 90 55 27 0 2C CF 4B 20
Octal 25 130 220 125 47 0 54 317 113 40
Binary 10101 1011000 10010000 1010101 100111 0 101100 11001111 1001011 100000

Color Harmonies of #155890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155890

Black with #155890

Text Example


Text Example

White with #155890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155890; }

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

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

background-color css

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

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

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

border-color css

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

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

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