Html Css Color HEX #155899 Endeavour

📋 copy color: '#155899'

red 21 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #155899

Tints of Endeavour #155899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 8.02%
G = 33.59%
B = 58.4%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#155899 (or 0x155899) is known color: Endeavour. HEX triplet: 15, 58 and 99. RGB value is (21,88,153). Sum of RGB (Red+Green+Blue) = 21+88+153=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #155899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155899 is #EAA766. Grayscale: #4B4B4B. Windows color (decimal): -15378279 or 10049557. OLE color: 10049557.

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

Color convert

RGB 21 88 153 -
CMYK 0.86 0.42 0 0.4
HSL 209.55º 0.76% 0.34% -
HSV(B) 209.55º 0.86% 0.6% -
XYZ 9.55 9.44 31.46 -
YUV 75.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 21 88 153 0.86 0.42 0 0.4 209.55 0.76 0.34
Hex 15 58 99 56 2A 0 28 D2 4C 22
Octal 25 130 231 126 52 0 50 322 114 42
Binary 10101 1011000 10011001 1010110 101010 0 101000 11010010 1001100 100010

Color Harmonies of #155899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155899

Black with #155899

Text Example


Text Example

White with #155899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155899; }

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

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

background-color css

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

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

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

border-color css

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

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

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