#200495

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

Shades of Ultramarine #200495

Tints of Ultramarine #200495

Color information

#200495 (or 0x200495) is unknown color: approx Ultramarine. HEX triplet: 20, 04 and 95. RGB value is (32,4,149). Sum of RGB (Red+Green+Blue) = 32+4+149=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #200495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200495 is #DFFB6A. Grayscale: #1C1C1C. Windows color (decimal): -14678891 or 9765920. OLE color: 9765920.

HSL color Cylindrical-coordinate representation of color #200495: hue angle of 251.59º 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 #200495 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB324149-
CMYK0.790.9700.42
HSL251.59º94.77%30%-
HSV(B)251.59º97.32%58.43%-
XYZ6.062.5628.61-
YUV28.9195.78130.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 149 (58.59% from 255) = 80.54%
R=17.30%
G=2.16%
B=80.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3241490.790.9700.42251.5994.7730
Hex204954F6102Afc5f1e
Octal40422511714105237413736
Binary1000001001001010110011111100001010101011111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200495; }

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

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

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

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

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

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

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

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