#21029C

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

Shades of Ultramarine #21029C

Tints of Ultramarine #21029C

Color information

#21029C (or 0x21029C) is unknown color: approx Ultramarine. HEX triplet: 21, 02 and 9C. RGB value is (33,2,156). Sum of RGB (Red+Green+Blue) = 33+2+156=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #21029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21029C is #DEFD63. Grayscale: #1C1C1C. Windows color (decimal): -14613860 or 10224161. OLE color: 10224161.

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

Color convert

RGB332156-
CMYK0.790.9900.39
HSL252.08º97.47%30.98%-
HSV(B)252.08º98.72%61.18%-
XYZ6.652.7731.64-
YUV28.82199.77130.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 156 (61.33% from 255) = 81.68%
R=17.28%
G=1.05%
B=81.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3321560.790.9900.39252.0897.4730.98
Hex2129C4F63027fc611f
Octal41223411714304737414137
Binary100001101001110010011111100011010011111111100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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