#21058A

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

Shades of Ultramarine #21058A

Tints of Ultramarine #21058A

Color information

#21058A (or 0x21058A) is unknown color: approx Ultramarine. HEX triplet: 21, 05 and 8A. RGB value is (33,5,138). Sum of RGB (Red+Green+Blue) = 33+5+138=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #21058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21058A is #DEFA75. Grayscale: #1C1C1C. Windows color (decimal): -14613110 or 9045281. OLE color: 9045281.

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

Color convert

RGB335138-
CMYK0.760.9600.46
HSL252.63º93.01%28.04%-
HSV(B)252.63º96.38%54.12%-
XYZ5.272.2724.2-
YUV28.53189.78131.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 138 (54.30% from 255) = 78.41%
R=18.75%
G=2.84%
B=78.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3351380.760.9600.46252.6393.0128.04
Hex2158A4C6002Efd5d1c
Octal41521211414005637513534
Binary1000011011000101010011001100000010111011111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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