#21109F

Color #21109F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #21109F

Tints of Ultramarine #21109F

Color information

#21109F (or 0x21109F) is unknown color: approx Ultramarine. HEX triplet: 21, 10 and 9F. RGB value is (33,16,159). Sum of RGB (Red+Green+Blue) = 33+16+159=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #21109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21109F is #DEEF60. Grayscale: #242424. Windows color (decimal): -14610273 or 10424353. OLE color: 10424353.

HSL color Cylindrical-coordinate representation of color #21109F: hue angle of 247.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21109F is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3316159-
CMYK0.790.9000.38
HSL247.13º81.71%34.31%-
HSV(B)247.13º89.94%62.35%-
XYZ7.073.233.05-
YUV37.39196.63124.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 159 (62.5% from 255) = 76.44%
R=15.87%
G=7.69%
B=76.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33161590.790.9000.38247.1381.7134.31
Hex21109F4F5A026f75222
Octal412023711713204636712242
Binary1000011000010011111100111110110100100110111101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21109F; }

 p { color: rgb(33,16,159); }

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

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

 a { background-color: rgb(33,16,159); }

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

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

 span { border-color: rgb(33,16,159); }

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