#21009E

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

Shades of Ultramarine #21009E

Tints of Ultramarine #21009E

Color information

#21009E (or 0x21009E) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and 9E. RGB value is (33,0,158). Sum of RGB (Red+Green+Blue) = 33+0+158=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #21009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21009E is #DEFF61. Grayscale: #1B1B1B. Windows color (decimal): -14614370 or 10354721. OLE color: 10354721.

HSL color Cylindrical-coordinate representation of color #21009E: hue angle of 252.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21009E is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB330158-
CMYK0.79100.38
HSL252.53º100%30.98%-
HSV(B)252.53º100%61.96%-
XYZ6.82.7932.53-
YUV27.88201.43131.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 82.72%
R=17.28%
G=0%
B=82.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3301580.79100.38252.5310030.98
Hex2109E4F64026fd641f
Octal41023611714404637514437
Binary10000101001111010011111100100010011011111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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