#201D92

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

Shades of Ultramarine #201D92

Tints of Ultramarine #201D92

Color information

#201D92 (or 0x201D92) is unknown color: approx Ultramarine. HEX triplet: 20, 1D and 92. RGB value is (32,29,146). Sum of RGB (Red+Green+Blue) = 32+29+146=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #201D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D92 is #DFE26D. Grayscale: #2A2A2A. Windows color (decimal): -14672494 or 9575712. OLE color: 9575712.

HSL color Cylindrical-coordinate representation of color #201D92: hue angle of 241.54º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201D92 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3229146-
CMYK0.780.8000.43
HSL241.54º66.86%34.31%-
HSV(B)241.54º80.14%57.25%-
XYZ6.223.2627.5-
YUV43.24185.99119.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=15.46%
G=14.01%
B=70.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32291460.780.8000.43241.5466.8634.31
Hex201D924E5002Bf24322
Octal403522211612005336210342
Binary1000001110110010010100111010100000101011111100101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D92; }

 p { color: rgb(32,29,146); }

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

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

 a { background-color: rgb(32,29,146); }

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

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

 span { border-color: rgb(32,29,146); }

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