#200AAD

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

Shades of Ultramarine #200AAD

Tints of Ultramarine #200AAD

Color information

#200AAD (or 0x200AAD) is unknown color: approx Ultramarine. HEX triplet: 20, 0A and AD. RGB value is (32,10,173). Sum of RGB (Red+Green+Blue) = 32+10+173=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #200AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AAD is #DFF552. Grayscale: #222222. Windows color (decimal): -14677331 or 11340320. OLE color: 11340320.

HSL color Cylindrical-coordinate representation of color #200AAD: hue angle of 248.1º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200AAD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3210173-
CMYK0.820.9400.32
HSL248.1º89.07%35.88%-
HSV(B)248.1º94.22%67.84%-
XYZ8.253.5439.78-
YUV35.16205.79125.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=14.88%
G=4.65%
B=80.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32101730.820.9400.32248.189.0735.88
Hex20AAD525E020f85924
Octal401225512213604037013144
Binary100000101010101101101001010111100100000111110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200AAD; }

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

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

<style>
 a { background-color: #200AAD; }

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

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

<style>
 span { border-color: #200AAD; }

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

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