#2A0FAA

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

Shades of Ultramarine #2A0FAA

Tints of Ultramarine #2A0FAA

Color information

#2A0FAA (or 0x2A0FAA) is unknown color: approx Ultramarine. HEX triplet: 2A, 0F and AA. RGB value is (42,15,170). Sum of RGB (Red+Green+Blue) = 42+15+170=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0FAA is #D5F055. Grayscale: #282828. Windows color (decimal): -14020694 or 11145002. OLE color: 11145002.

HSL color Cylindrical-coordinate representation of color #2A0FAA: hue angle of 250.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0FAA is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4215170-
CMYK0.750.9100.33
HSL250.45º83.78%36.27%-
HSV(B)250.45º91.18%66.67%-
XYZ8.383.7438.31-
YUV40.74200.95128.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.50%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 170 (66.80% from 255) = 74.89%
R=18.50%
G=6.61%
B=74.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42151700.750.9100.33250.4583.7836.27
Hex2AFAA4B5B021fa5424
Octal521725211313304137212444
Binary101010111110101010100101110110110100001111110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,15,170); }

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

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

 a { background-color: rgb(42,15,170); }

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

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

 span { border-color: rgb(42,15,170); }

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