#200AA4

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

Shades of Ultramarine #200AA4

Tints of Ultramarine #200AA4

Color information

#200AA4 (or 0x200AA4) is unknown color: approx Ultramarine. HEX triplet: 20, 0A and A4. RGB value is (32,10,164). Sum of RGB (Red+Green+Blue) = 32+10+164=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 164 (64.45% from 255 or 79.61% from 206); Max value from RGB is 164 - color contains mainly: blue. Hex color #200AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200AA4 is #DFF55B. Grayscale: #212121. Windows color (decimal): -14677340 or 10750496. OLE color: 10750496.

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

Color convert

RGB3210164-
CMYK0.800.9400.36
HSL248.57º88.51%34.12%-
HSV(B)248.57º93.9%64.31%-
XYZ7.413.235.35-
YUV34.13201.29126.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 164 (64.45% from 255) = 79.61%
R=15.53%
G=4.85%
B=79.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32101640.800.9400.36248.5788.5134.12
Hex20AA4505E024f95922
Octal401224412013604437113142
Binary100000101010100100101000010111100100100111110011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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