#20028D

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

Shades of Ultramarine #20028D

Tints of Ultramarine #20028D

Color information

#20028D (or 0x20028D) is unknown color: approx Ultramarine. HEX triplet: 20, 02 and 8D. RGB value is (32,2,141). Sum of RGB (Red+Green+Blue) = 32+2+141=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #20028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20028D is #DFFD72. Grayscale: #1A1A1A. Windows color (decimal): -14679411 or 9241120. OLE color: 9241120.

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

Color convert

RGB322141-
CMYK0.770.9900.45
HSL252.95º97.2%28.04%-
HSV(B)252.95º98.58%55.29%-
XYZ5.432.2725.35-
YUV26.82192.44131.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 141 (55.47% from 255) = 80.57%
R=18.29%
G=1.14%
B=80.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3221410.770.9900.45252.9597.228.04
Hex2028D4D6302Dfd611c
Octal40221511514305537514134
Binary100000101000110110011011100011010110111111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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