#2A1794

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

Shades of Ultramarine #2A1794

Tints of Ultramarine #2A1794

Color information

#2A1794 (or 0x2A1794) is unknown color: approx Ultramarine. HEX triplet: 2A, 17 and 94. RGB value is (42,23,148). Sum of RGB (Red+Green+Blue) = 42+23+148=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1794 is #D5E86B. Grayscale: #2A2A2A. Windows color (decimal): -14018668 or 9705258. OLE color: 9705258.

HSL color Cylindrical-coordinate representation of color #2A1794: hue angle of 249.12º degrees, saturation: 0.73, 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 #2A1794 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4223148-
CMYK0.720.8400.42
HSL249.12º73.1%33.53%-
HSV(B)249.12º84.46%58.04%-
XYZ6.613.2428.29-
YUV42.93187.29127.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 148 (58.20% from 255) = 69.48%
R=19.72%
G=10.80%
B=69.48%

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
Decimal42231480.720.8400.42249.1273.133.53
Hex2A1794485402Af94922
Octal522722411012405237111142
Binary1010101011110010100100100010101000101010111110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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