#2A0E95

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

Shades of Ultramarine #2A0E95

Tints of Ultramarine #2A0E95

Color information

#2A0E95 (or 0x2A0E95) is unknown color: approx Ultramarine. HEX triplet: 2A, 0E and 95. RGB value is (42,14,149). Sum of RGB (Red+Green+Blue) = 42+14+149=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A0E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0E95 is #D5F16A. Grayscale: #252525. Windows color (decimal): -14020971 or 9768490. OLE color: 9768490.

HSL color Cylindrical-coordinate representation of color #2A0E95: hue angle of 252.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0E95 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4214149-
CMYK0.720.9100.42
HSL252.44º82.82%31.96%-
HSV(B)252.44º90.6%58.43%-
XYZ6.542.9828.66-
YUV37.76190.78131.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=20.49%
G=6.83%
B=72.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42141490.720.9100.42252.4482.8231.96
Hex2AE95485B02Afc5320
Octal521622511013305237412340
Binary101010111010010101100100010110110101010111111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,149); }

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

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

 a { background-color: rgb(42,14,149); }

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

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

 span { border-color: rgb(42,14,149); }

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