#201A93

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

Shades of Ultramarine #201A93

Tints of Ultramarine #201A93

Color information

#201A93 (or 0x201A93) is unknown color: approx Ultramarine. HEX triplet: 20, 1A and 93. RGB value is (32,26,147). Sum of RGB (Red+Green+Blue) = 32+26+147=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #201A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201A93 is #DFE56C. Grayscale: #292929. Windows color (decimal): -14673261 or 9640480. OLE color: 9640480.

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

Color convert

RGB3226147-
CMYK0.780.8200.42
HSL242.98º69.94%33.92%-
HSV(B)242.98º82.31%57.65%-
XYZ6.233.1527.88-
YUV41.59187.49121.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=15.61%
G=12.68%
B=71.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32261470.780.8200.42242.9869.9433.92
Hex201A934E5202Af34622
Octal403222311612205236310642
Binary1000001101010010011100111010100100101010111100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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