#21028A

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

Shades of Ultramarine #21028A

Tints of Ultramarine #21028A

Color information

#21028A (or 0x21028A) is unknown color: approx Ultramarine. HEX triplet: 21, 02 and 8A. RGB value is (33,2,138). Sum of RGB (Red+Green+Blue) = 33+2+138=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #21028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21028A is #DEFD75. Grayscale: #1A1A1A. Windows color (decimal): -14613878 or 9044513. OLE color: 9044513.

HSL color Cylindrical-coordinate representation of color #21028A: hue angle of 253.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21028A is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB332138-
CMYK0.760.9900.46
HSL253.68º97.14%27.45%-
HSV(B)253.68º98.55%54.12%-
XYZ5.242.224.19-
YUV26.77190.77132.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 138 (54.30% from 255) = 79.77%
R=19.08%
G=1.16%
B=79.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3321380.760.9900.46253.6897.1427.45
Hex2128A4C6302Efe611b
Octal41221211414305637614133
Binary100001101000101010011001100011010111011111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21028A; }

 p { color: rgb(33,2,138); }

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

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

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

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

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

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

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