#20028A

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

Shades of Ultramarine #20028A

Tints of Ultramarine #20028A

Color information

#20028A (or 0x20028A) is unknown color: approx Ultramarine. HEX triplet: 20, 02 and 8A. RGB value is (32,2,138). Sum of RGB (Red+Green+Blue) = 32+2+138=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #20028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20028A is #DFFD75. Grayscale: #191919. Windows color (decimal): -14679414 or 9044512. OLE color: 9044512.

HSL color Cylindrical-coordinate representation of color #20028A: hue angle of 253.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20028A is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB322138-
CMYK0.770.9900.46
HSL253.24º97.14%27.45%-
HSV(B)253.24º98.55%54.12%-
XYZ5.22.1924.19-
YUV26.47190.94131.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 138 (54.30% from 255) = 80.23%
R=18.60%
G=1.16%
B=80.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3221380.770.9900.46253.2497.1427.45
Hex2028A4D6302Efd611b
Octal40221211514305637514133
Binary100000101000101010011011100011010111011111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,2,138); }

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

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

 a { background-color: rgb(32,2,138); }

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

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

 span { border-color: rgb(32,2,138); }

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