#200591

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

Shades of Ultramarine #200591

Tints of Ultramarine #200591

Color information

#200591 (or 0x200591) is unknown color: approx Ultramarine. HEX triplet: 20, 05 and 91. RGB value is (32,5,145). Sum of RGB (Red+Green+Blue) = 32+5+145=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #200591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200591 is #DFFA6E. Grayscale: #1C1C1C. Windows color (decimal): -14678639 or 9504032. OLE color: 9504032.

HSL color Cylindrical-coordinate representation of color #200591: hue angle of 251.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200591 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB325145-
CMYK0.780.9700.43
HSL251.57º93.33%29.41%-
HSV(B)251.57º96.55%56.86%-
XYZ5.762.4626.96-
YUV29.03193.45130.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 145 (57.03% from 255) = 79.67%
R=17.58%
G=2.75%
B=79.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3251450.780.9700.43251.5793.3329.41
Hex205914E6102Bfc5d1d
Octal40522111614105337413535
Binary1000001011001000110011101100001010101111111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200591; }

 p { color: rgb(32,5,145); }

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

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

 a { background-color: rgb(32,5,145); }

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

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

 span { border-color: rgb(32,5,145); }

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