#2a0ba9

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

Shades of Ultramarine #2A0BA9

Tints of Ultramarine #2A0BA9

Color information

#2A0BA9 (or 0x2A0BA9) is unknown color: approx Ultramarine. HEX triplet: 2A, 0B and A9. RGB value is (42,11,169). Sum of RGB (Red+Green+Blue) = 42+11+169=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 169 (66.41% from 255 or 76.13% from 222); Max value from RGB is 169 - color contains mainly: blue. Hex color #2A0BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0BA9 is #D5F456. Grayscale: #252525. Windows color (decimal): -14021719 or 11078442. OLE color: 11078442.

HSL color Cylindrical-coordinate representation of color #2A0BA9: hue angle of 251.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0BA9 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4211169-
CMYK0.750.9300.34
HSL251.77º87.78%35.29%-
HSV(B)251.77º93.49%66.27%-
XYZ8.243.637.8-
YUV38.28201.77130.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 169 (66.41% from 255) = 76.13%
R=18.92%
G=4.95%
B=76.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42111690.750.9300.34251.7787.7835.29
Hex2ABA94B5D022fc5823
Octal521325111313504237413043
Binary101010101110101001100101110111010100010111111001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a0ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,11,169); }

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

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

 a { background-color: rgb(42,11,169); }

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

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

 span { border-color: rgb(42,11,169); }

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