#21009C

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

Shades of Ultramarine #21009C

Tints of Ultramarine #21009C

Color information

#21009C (or 0x21009C) is unknown color: approx Ultramarine. HEX triplet: 21, 00 and 9C. RGB value is (33,0,156). Sum of RGB (Red+Green+Blue) = 33+0+156=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #21009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21009C is #DEFF63. Grayscale: #1B1B1B. Windows color (decimal): -14614372 or 10223649. OLE color: 10223649.

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

Color convert

RGB330156-
CMYK0.79100.39
HSL252.69º100%30.59%-
HSV(B)252.69º100%61.18%-
XYZ6.632.7231.63-
YUV27.65200.43131.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 82.54%
R=17.46%
G=0%
B=82.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3301560.79100.39252.6910030.59
Hex2109C4F64027fd641f
Octal41023411714404737514437
Binary10000101001110010011111100100010011111111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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