#2A1AA5

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

Shades of Ultramarine #2A1AA5

Tints of Ultramarine #2A1AA5

Color information

#2A1AA5 (or 0x2A1AA5) is unknown color: approx Ultramarine. HEX triplet: 2A, 1A and A5. RGB value is (42,26,165). Sum of RGB (Red+Green+Blue) = 42+26+165=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #2A1AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1AA5 is #D5E55A. Grayscale: #2E2E2E. Windows color (decimal): -14017883 or 10820138. OLE color: 10820138.

HSL color Cylindrical-coordinate representation of color #2A1AA5: hue angle of 246.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1AA5 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4226165-
CMYK0.750.8400.35
HSL246.91º72.77%37.45%-
HSV(B)246.91º84.24%64.71%-
XYZ8.123.9535.93-
YUV46.63194.8124.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 165 (64.84% from 255) = 70.82%
R=18.03%
G=11.16%
B=70.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal42261650.750.8400.35246.9172.7737.45
Hex2A1AA54B54023f74925
Octal523224511312404336711145
Binary1010101101010100101100101110101000100011111101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,26,165); }

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

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

 a { background-color: rgb(42,26,165); }

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

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

 span { border-color: rgb(42,26,165); }

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