#2004AD

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

Shades of Ultramarine #2004AD

Tints of Ultramarine #2004AD

Color information

#2004AD (or 0x2004AD) is unknown color: approx Ultramarine. HEX triplet: 20, 04 and AD. RGB value is (32,4,173). Sum of RGB (Red+Green+Blue) = 32+4+173=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #2004AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2004AD is #DFFB52. Grayscale: #1E1E1E. Windows color (decimal): -14678867 or 11338784. OLE color: 11338784.

HSL color Cylindrical-coordinate representation of color #2004AD: hue angle of 249.94º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004AD is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB324173-
CMYK0.820.9800.32
HSL249.94º95.48%34.71%-
HSV(B)249.94º97.69%67.84%-
XYZ8.183.4139.76-
YUV31.64207.78128.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 173 (67.97% from 255) = 82.78%
R=15.31%
G=1.91%
B=82.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3241730.820.9800.32249.9495.4834.71
Hex204AD5262020fa5f23
Octal40425512214204037213743
Binary10000010010101101101001011000100100000111110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2004AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2004AD; }

 p { color: rgb(32,4,173); }

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

<style>
 a { background-color: #2004AD; }

 a { background-color: rgb(32,4,173); }

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

<style>
 span { border-color: #2004AD; }

 span { border-color: rgb(32,4,173); }

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