#2A129B

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

Shades of Ultramarine #2A129B

Tints of Ultramarine #2A129B

Color information

#2A129B (or 0x2A129B) is unknown color: approx Ultramarine. HEX triplet: 2A, 12 and 9B. RGB value is (42,18,155). Sum of RGB (Red+Green+Blue) = 42+18+155=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A129B is #D5ED64. Grayscale: #282828. Windows color (decimal): -14019941 or 10162730. OLE color: 10162730.

HSL color Cylindrical-coordinate representation of color #2A129B: hue angle of 250.51º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A129B is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4218155-
CMYK0.730.8800.39
HSL250.51º79.19%33.92%-
HSV(B)250.51º88.39%60.78%-
XYZ7.093.2931.27-
YUV40.79192.45128.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 155 (60.94% from 255) = 72.09%
R=19.53%
G=8.37%
B=72.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42181550.730.8800.39250.5179.1933.92
Hex2A129B4958027fb4f22
Octal522223311113004737311742
Binary1010101001010011011100100110110000100111111110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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