#200E91

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

Shades of Ultramarine #200E91

Tints of Ultramarine #200E91

Color information

#200E91 (or 0x200E91) is unknown color: approx Ultramarine. HEX triplet: 20, 0E and 91. RGB value is (32,14,145). Sum of RGB (Red+Green+Blue) = 32+14+145=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #200E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E91 is #DFF16E. Grayscale: #212121. Windows color (decimal): -14676335 or 9506336. OLE color: 9506336.

HSL color Cylindrical-coordinate representation of color #200E91: hue angle of 248.24º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200E91 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3214145-
CMYK0.780.9000.43
HSL248.24º82.39%31.18%-
HSV(B)248.24º90.34%56.86%-
XYZ5.862.6726.99-
YUV34.32190.46126.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 14 (5.86% from 255) = 7.33%
BLUE value IS 145 (57.03% from 255) = 75.92%
R=16.75%
G=7.33%
B=75.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32141450.780.9000.43248.2482.3931.18
Hex20E914E5A02Bf8521f
Octal401622111613205337012237
Binary10000011101001000110011101011010010101111111000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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