#2A19AB

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

Shades of Ultramarine #2A19AB

Tints of Ultramarine #2A19AB

Color information

#2A19AB (or 0x2A19AB) is unknown color: approx Ultramarine. HEX triplet: 2A, 19 and AB. RGB value is (42,25,171). Sum of RGB (Red+Green+Blue) = 42+25+171=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A19AB is #D5E654. Grayscale: #2E2E2E. Windows color (decimal): -14018133 or 11213098. OLE color: 11213098.

HSL color Cylindrical-coordinate representation of color #2A19AB: hue angle of 246.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A19AB is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4225171-
CMYK0.750.8500.33
HSL246.99º74.49%38.43%-
HSV(B)246.99º85.38%67.06%-
XYZ8.654.1338.87-
YUV46.73198.13124.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=17.65%
G=10.50%
B=71.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42251710.750.8500.33246.9974.4938.43
Hex2A19AB4B55021f74a26
Octal523125311312504136711246
Binary1010101100110101011100101110101010100001111101111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A19AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,171); }

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

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

 a { background-color: rgb(42,25,171); }

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

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

 span { border-color: rgb(42,25,171); }

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