#200CA9

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

Shades of Ultramarine #200CA9

Tints of Ultramarine #200CA9

Color information

#200CA9 (or 0x200CA9) is unknown color: approx Ultramarine. HEX triplet: 20, 0C and A9. RGB value is (32,12,169). Sum of RGB (Red+Green+Blue) = 32+12+169=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 169 (66.41% from 255 or 79.34% from 213); Max value from RGB is 169 - color contains mainly: blue. Hex color #200CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200CA9 is #DFF356. Grayscale: #232323. Windows color (decimal): -14676823 or 11078688. OLE color: 11078688.

HSL color Cylindrical-coordinate representation of color #200CA9: hue angle of 247.64º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200CA9 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3212169-
CMYK0.810.9300.34
HSL247.64º86.74%35.49%-
HSV(B)247.64º92.9%66.27%-
XYZ7.893.4337.78-
YUV35.88203.13125.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 169 (66.41% from 255) = 79.34%
R=15.02%
G=5.63%
B=79.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32121690.810.9300.34247.6486.7435.49
Hex20CA9515D022f85723
Octal401425112113504237012743
Binary100000110010101001101000110111010100010111110001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,12,169); }

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

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

 a { background-color: rgb(32,12,169); }

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

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

 span { border-color: rgb(32,12,169); }

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