#21029E

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

Shades of Ultramarine #21029E

Tints of Ultramarine #21029E

Color information

#21029E (or 0x21029E) is unknown color: approx Ultramarine. HEX triplet: 21, 02 and 9E. RGB value is (33,2,158). Sum of RGB (Red+Green+Blue) = 33+2+158=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #21029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21029E is #DEFD61. Grayscale: #1C1C1C. Windows color (decimal): -14613858 or 10355233. OLE color: 10355233.

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

Color convert

RGB332158-
CMYK0.790.9900.38
HSL251.92º97.5%31.37%-
HSV(B)251.92º98.73%61.96%-
XYZ6.822.8432.54-
YUV29.05200.77130.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 158 (62.11% from 255) = 81.87%
R=17.10%
G=1.04%
B=81.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3321580.790.9900.38251.9297.531.37
Hex2129E4F63026fc621f
Octal41223611714304637414237
Binary100001101001111010011111100011010011011111100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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