#200E96

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

Shades of Ultramarine #200E96

Tints of Ultramarine #200E96

Color information

#200E96 (or 0x200E96) is unknown color: approx Ultramarine. HEX triplet: 20, 0E and 96. RGB value is (32,14,150). Sum of RGB (Red+Green+Blue) = 32+14+150=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 150 (58.98% from 255 or 76.53% from 196); Max value from RGB is 150 - color contains mainly: blue. Hex color #200E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E96 is #DFF169. Grayscale: #222222. Windows color (decimal): -14676330 or 9834016. OLE color: 9834016.

HSL color Cylindrical-coordinate representation of color #200E96: hue angle of 247.94º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200E96 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3214150-
CMYK0.790.9100.41
HSL247.94º82.93%32.16%-
HSV(B)247.94º90.67%58.82%-
XYZ6.262.8229.07-
YUV34.89192.96125.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 150 (58.98% from 255) = 76.53%
R=16.33%
G=7.14%
B=76.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32141500.790.9100.41247.9482.9332.16
Hex20E964F5B029f85320
Octal401622611713305137012340
Binary100000111010010110100111110110110101001111110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200E96; }

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

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

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

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

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

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

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

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