#2A12A2

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

Shades of Ultramarine #2A12A2

Tints of Ultramarine #2A12A2

Color information

#2A12A2 (or 0x2A12A2) is unknown color: approx Ultramarine. HEX triplet: 2A, 12 and A2. RGB value is (42,18,162). Sum of RGB (Red+Green+Blue) = 42+18+162=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 162 (63.67% from 255 or 72.97% from 222); Max value from RGB is 162 - color contains mainly: blue. Hex color #2A12A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A12A2 is #D5ED5D. Grayscale: #292929. Windows color (decimal): -14019934 or 10621482. OLE color: 10621482.

HSL color Cylindrical-coordinate representation of color #2A12A2: hue angle of 250º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A12A2 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4218162-
CMYK0.740.8900.36
HSL250º80%35.29%-
HSV(B)250º88.89%63.53%-
XYZ7.693.5334.46-
YUV41.59195.95128.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 162 (63.67% from 255) = 72.97%
R=18.92%
G=8.11%
B=72.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42181620.740.8900.362508035.29
Hex2A12A24A59024fa5023
Octal522224211213104437212043
Binary1010101001010100010100101010110010100100111110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,18,162); }

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

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

 a { background-color: rgb(42,18,162); }

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

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

 span { border-color: rgb(42,18,162); }

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