#200382

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

Shades of Ultramarine #200382

Tints of Ultramarine #200382

Color information

#200382 (or 0x200382) is unknown color: approx Ultramarine. HEX triplet: 20, 03 and 82. RGB value is (32,3,130). Sum of RGB (Red+Green+Blue) = 32+3+130=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #200382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200382 is #DFFC7D. Grayscale: #191919. Windows color (decimal): -14679166 or 8520480. OLE color: 8520480.

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

Color convert

RGB323130-
CMYK0.750.9800.49
HSL253.7º95.49%26.08%-
HSV(B)253.7º97.69%50.98%-
XYZ4.661.9821.26-
YUV26.15186.61132.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=19.39%
G=1.82%
B=78.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3231300.750.9800.49253.795.4926.08
Hex203824B62031fe5f1a
Octal40320211314206137613732
Binary100000111000001010010111100010011000111111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200382; }

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

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

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

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

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

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

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

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