Html Css Color HEX #155099 Endeavour

📋 copy color: '#155099'

red 21 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #155099

Tints of Endeavour #155099

RGB

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

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

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

R = 8.27%
G = 31.5%
B = 60.24%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#155099 (or 0x155099) is known color: Endeavour. HEX triplet: 15, 50 and 99. RGB value is (21,80,153). Sum of RGB (Red+Green+Blue) = 21+80+153=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #155099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155099 is #EAAF66. Grayscale: #464646. Windows color (decimal): -15380327 or 10047509. OLE color: 10047509.

HSL color Cylindrical-coordinate representation of color #155099: hue angle of 213.18º 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 #155099 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 80 153 -
CMYK 0.86 0.48 0 0.4
HSL 213.18º 0.76% 0.34% -
HSV(B) 213.18º 0.86% 0.6% -
XYZ 8.93 8.2 31.25 -
YUV 70.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 21 80 153 0.86 0.48 0 0.4 213.18 0.76 0.34
Hex 15 50 99 56 30 0 28 D5 4C 22
Octal 25 120 231 126 60 0 50 325 114 42
Binary 10101 1010000 10011001 1010110 110000 0 101000 11010101 1001100 100010

Color Harmonies of #155099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155099

Black with #155099

Text Example


Text Example

White with #155099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155099; }

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

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

background-color css

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

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

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

border-color css

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

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

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