#21599E

Color #21599E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #21599E

Tints of Endeavour #21599E

Color information

#21599E (or 0x21599E) is unknown color: approx Endeavour. HEX triplet: 21, 59 and 9E. RGB value is (33,89,158). Sum of RGB (Red+Green+Blue) = 33+89+158=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #21599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21599E is #DEA661. Grayscale: #4F4F4F. Windows color (decimal): -14591586 or 10377505. OLE color: 10377505.

HSL color Cylindrical-coordinate representation of color #21599E: hue angle of 213.12º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21599E is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3389158-
CMYK0.790.4400.38
HSL213.12º65.45%37.45%-
HSV(B)213.12º79.11%61.96%-
XYZ10.379.9433.72-
YUV80.12171.9594.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=11.79%
G=31.79%
B=56.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33891580.790.4400.38213.1265.4537.45
Hex21599E4F2C026d54125
Octal411312361175404632510145
Binary10000110110011001111010011111011000100110110101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21599E; }

 p { color: rgb(33,89,158); }

 H1.HeaderClassName
 {
   color: #21599E;
 }
 .AnyTagClassName
 {
   color: #21599E;
 }
</style>
background-color css

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

 a { background-color: rgb(33,89,158); }

 div.DivClassName
 {
   background-color: #21599E;
 }
 .BgClassName
 {
   background-color: #21599E;
 }
</style>
border-color css

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

 span { border-color: rgb(33,89,158); }

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