#201C93

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

Shades of Ultramarine #201C93

Tints of Ultramarine #201C93

Color information

#201C93 (or 0x201C93) is unknown color: approx Ultramarine. HEX triplet: 20, 1C and 93. RGB value is (32,28,147). Sum of RGB (Red+Green+Blue) = 32+28+147=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #201C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C93 is #DFE36C. Grayscale: #2A2A2A. Windows color (decimal): -14672749 or 9640992. OLE color: 9640992.

HSL color Cylindrical-coordinate representation of color #201C93: hue angle of 242.02º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C93 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3228147-
CMYK0.780.8100.42
HSL242.02º68%34.31%-
HSV(B)242.02º80.95%57.65%-
XYZ6.283.2427.9-
YUV42.76186.83120.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=15.46%
G=13.53%
B=71.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32281470.780.8100.42242.026834.31
Hex201C934E5102Af24422
Octal403422311612105236210442
Binary1000001110010010011100111010100010101010111100101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,28,147); }

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

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

 a { background-color: rgb(32,28,147); }

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

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

 span { border-color: rgb(32,28,147); }

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