#21008C

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

Shades of Ultramarine #21008C

Tints of Ultramarine #21008C

Color information

#21008C (or 0x21008C) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and 8C. RGB value is (33,0,140). Sum of RGB (Red+Green+Blue) = 33+0+140=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #21008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21008C is #DEFF73. Grayscale: #191919. Windows color (decimal): -14614388 or 9175073. OLE color: 9175073.

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

Color convert

RGB330140-
CMYK0.76100.45
HSL254.14º100%27.45%-
HSV(B)254.14º100%54.9%-
XYZ5.362.2224.96-
YUV25.83192.43133.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 80.92%
R=19.08%
G=0%
B=80.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3301400.76100.45254.1410027.45
Hex2108C4C6402Dfe641b
Octal41021411414405537614433
Binary10000101000110010011001100100010110111111110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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