#200996

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

Shades of Ultramarine #200996

Tints of Ultramarine #200996

Color information

#200996 (or 0x200996) is unknown color: approx Ultramarine. HEX triplet: 20, 09 and 96. RGB value is (32,9,150). Sum of RGB (Red+Green+Blue) = 32+9+150=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #200996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200996 is #DFF669. Grayscale: #1F1F1F. Windows color (decimal): -14677610 or 9832736. OLE color: 9832736.

HSL color Cylindrical-coordinate representation of color #200996: hue angle of 249.79º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200996 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB329150-
CMYK0.790.9400.41
HSL249.79º88.68%31.18%-
HSV(B)249.79º94%58.82%-
XYZ6.22.729.05-
YUV31.95194.62128.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 150 (58.98% from 255) = 78.53%
R=16.75%
G=4.71%
B=78.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3291500.790.9400.41249.7988.6831.18
Hex209964F5E029fa591f
Octal401122611713605137213137
Binary10000010011001011010011111011110010100111111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200996; }

 p { color: rgb(32,9,150); }

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

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

 a { background-color: rgb(32,9,150); }

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

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

 span { border-color: rgb(32,9,150); }

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