#200493

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

Shades of Ultramarine #200493

Tints of Ultramarine #200493

Color information

#200493 (or 0x200493) is unknown color: approx Ultramarine. HEX triplet: 20, 04 and 93. RGB value is (32,4,147). Sum of RGB (Red+Green+Blue) = 32+4+147=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #200493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200493 is #DFFB6C. Grayscale: #1C1C1C. Windows color (decimal): -14678893 or 9634848. OLE color: 9634848.

HSL color Cylindrical-coordinate representation of color #200493: hue angle of 251.75º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200493 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB324147-
CMYK0.780.9700.42
HSL251.75º94.7%29.61%-
HSV(B)251.75º97.28%57.65%-
XYZ5.912.527.78-
YUV28.67194.78130.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=17.49%
G=2.19%
B=80.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3241470.780.9700.42251.7594.729.61
Hex204934E6102Afc5f1e
Octal40422311614105237413736
Binary1000001001001001110011101100001010101011111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200493; }

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

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

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

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

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

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

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

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