#21058C

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

Shades of Ultramarine #21058C

Tints of Ultramarine #21058C

Color information

#21058C (or 0x21058C) is unknown color: approx Ultramarine. HEX triplet: 21, 05 and 8C. RGB value is (33,5,140). Sum of RGB (Red+Green+Blue) = 33+5+140=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #21058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21058C is #DEFA73. Grayscale: #1C1C1C. Windows color (decimal): -14613108 or 9176353. OLE color: 9176353.

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

Color convert

RGB335140-
CMYK0.760.9600.45
HSL252.44º93.1%28.43%-
HSV(B)252.44º96.43%54.9%-
XYZ5.422.3324.97-
YUV28.76190.78131.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 140 (55.08% from 255) = 78.65%
R=18.54%
G=2.81%
B=78.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3351400.760.9600.45252.4493.128.43
Hex2158C4C6002Dfc5d1c
Octal41521411414005537413534
Binary1000011011000110010011001100000010110111111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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