#21218E

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

Shades of Ultramarine #21218E

Tints of Ultramarine #21218E

Color information

#21218E (or 0x21218E) is unknown color: approx Ultramarine. HEX triplet: 21, 21 and 8E. RGB value is (33,33,142). Sum of RGB (Red+Green+Blue) = 33+33+142=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #21218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21218E is #DEDE71. Grayscale: #2C2C2C. Windows color (decimal): -14605938 or 9314593. OLE color: 9314593.

HSL color Cylindrical-coordinate representation of color #21218E: hue angle of 240º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21218E is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3333142-
CMYK0.770.7700.44
HSL240º62.29%34.31%-
HSV(B)240º76.76%55.69%-
XYZ6.053.3625.92-
YUV45.43182.5119.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 142 (55.86% from 255) = 68.27%
R=15.87%
G=15.87%
B=68.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33331420.770.7700.4424062.2934.31
Hex21218E4D4D02Cf03e22
Octal41412161151150543607642
Binary1000011000011000111010011011001101010110011110000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,33,142); }

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

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

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

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

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

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

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