#200882

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

Shades of Ultramarine #200882

Tints of Ultramarine #200882

Color information

#200882 (or 0x200882) is unknown color: approx Ultramarine. HEX triplet: 20, 08 and 82. RGB value is (32,8,130). Sum of RGB (Red+Green+Blue) = 32+8+130=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #200882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200882 is #DFF77D. Grayscale: #1C1C1C. Windows color (decimal): -14677886 or 8521760. OLE color: 8521760.

HSL color Cylindrical-coordinate representation of color #200882: hue angle of 251.8º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200882 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB328130-
CMYK0.750.9400.49
HSL251.8º88.41%27.06%-
HSV(B)251.8º93.85%50.98%-
XYZ4.712.0921.27-
YUV29.08184.95130.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 130 (51.17% from 255) = 76.47%
R=18.82%
G=4.71%
B=76.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3281300.750.9400.49251.888.4127.06
Hex208824B5E031fc581b
Octal401020211313606137413033
Binary10000010001000001010010111011110011000111111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200882; }

 p { color: rgb(32,8,130); }

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

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

 a { background-color: rgb(32,8,130); }

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

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

 span { border-color: rgb(32,8,130); }

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