#2A0B9E

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

Shades of Ultramarine #2A0B9E

Tints of Ultramarine #2A0B9E

Color information

#2A0B9E (or 0x2A0B9E) is unknown color: approx Ultramarine. HEX triplet: 2A, 0B and 9E. RGB value is (42,11,158). Sum of RGB (Red+Green+Blue) = 42+11+158=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A0B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0B9E is #D5F461. Grayscale: #242424. Windows color (decimal): -14021730 or 10357546. OLE color: 10357546.

HSL color Cylindrical-coordinate representation of color #2A0B9E: hue angle of 252.65º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0B9E is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4211158-
CMYK0.730.9300.38
HSL252.65º86.98%33.14%-
HSV(B)252.65º93.04%61.96%-
XYZ7.253.232.58-
YUV37.03196.27131.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 158 (62.11% from 255) = 74.88%
R=19.91%
G=5.21%
B=74.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42111580.730.9300.38252.6586.9833.14
Hex2AB9E495D026fd5721
Octal521323611113504637512741
Binary101010101110011110100100110111010100110111111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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