#2A1894

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

Shades of Ultramarine #2A1894

Tints of Ultramarine #2A1894

Color information

#2A1894 (or 0x2A1894) is unknown color: approx Ultramarine. HEX triplet: 2A, 18 and 94. RGB value is (42,24,148). Sum of RGB (Red+Green+Blue) = 42+24+148=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A1894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1894 is #D5E76B. Grayscale: #2B2B2B. Windows color (decimal): -14018412 or 9705514. OLE color: 9705514.

HSL color Cylindrical-coordinate representation of color #2A1894: hue angle of 248.71º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1894 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4224148-
CMYK0.720.8400.42
HSL248.71º72.09%33.73%-
HSV(B)248.71º83.78%58.04%-
XYZ6.633.2828.3-
YUV43.52186.96126.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 148 (58.20% from 255) = 69.16%
R=19.63%
G=11.21%
B=69.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42241480.720.8400.42248.7172.0933.73
Hex2A1894485402Af94822
Octal523022411012405237111042
Binary1010101100010010100100100010101000101010111110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1894; }

 p { color: rgb(42,24,148); }

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

<style>
 a { background-color: #2A1894; }

 a { background-color: rgb(42,24,148); }

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

<style>
 span { border-color: #2A1894; }

 span { border-color: rgb(42,24,148); }

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