#21038A

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

Shades of Ultramarine #21038A

Tints of Ultramarine #21038A

Color information

#21038A (or 0x21038A) is unknown color: approx Ultramarine. HEX triplet: 21, 03 and 8A. RGB value is (33,3,138). Sum of RGB (Red+Green+Blue) = 33+3+138=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #21038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21038A is #DEFC75. Grayscale: #1A1A1A. Windows color (decimal): -14613622 or 9044769. OLE color: 9044769.

HSL color Cylindrical-coordinate representation of color #21038A: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21038A is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB333138-
CMYK0.760.9800.46
HSL253.33º95.74%27.65%-
HSV(B)253.33º97.83%54.12%-
XYZ5.252.2224.2-
YUV27.36190.44132.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=18.97%
G=1.72%
B=79.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3331380.760.9800.46253.3395.7427.65
Hex2138A4C6202Efd601c
Octal41321211414205637514034
Binary100001111000101010011001100010010111011111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21038A; }

 p { color: rgb(33,3,138); }

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

<style>
 a { background-color: #21038A; }

 a { background-color: rgb(33,3,138); }

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

<style>
 span { border-color: #21038A; }

 span { border-color: rgb(33,3,138); }

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