#21599D

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

Shades of Endeavour #21599D

Tints of Endeavour #21599D

Color information

#21599D (or 0x21599D) is unknown color: approx Endeavour. HEX triplet: 21, 59 and 9D. RGB value is (33,89,157). Sum of RGB (Red+Green+Blue) = 33+89+157=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #21599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21599D is #DEA662. Grayscale: #4F4F4F. Windows color (decimal): -14591587 or 10311969. OLE color: 10311969.

HSL color Cylindrical-coordinate representation of color #21599D: hue angle of 212.9º 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 #21599D is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3389157-
CMYK0.790.4300.38
HSL212.9º65.26%37.25%-
HSV(B)212.9º78.98%61.57%-
XYZ10.299.933.27-
YUV80.01171.4594.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=11.83%
G=31.90%
B=56.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33891570.790.4300.38212.965.2637.25
Hex21599D4F2B026d54125
Octal411312351175304632510145
Binary10000110110011001110110011111010110100110110101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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