#2A14AA

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

Shades of Ultramarine #2A14AA

Tints of Ultramarine #2A14AA

Color information

#2A14AA (or 0x2A14AA) is unknown color: approx Ultramarine. HEX triplet: 2A, 14 and AA. RGB value is (42,20,170). Sum of RGB (Red+Green+Blue) = 42+20+170=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A14AA is #D5EB55. Grayscale: #2B2B2B. Windows color (decimal): -14019414 or 11146282. OLE color: 11146282.

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

Color convert

RGB4220170-
CMYK0.750.8800.33
HSL248.8º78.95%37.25%-
HSV(B)248.8º88.24%66.67%-
XYZ8.463.8938.34-
YUV43.68199.29126.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 170 (66.80% from 255) = 73.28%
R=18.10%
G=8.62%
B=73.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42201700.750.8800.33248.878.9537.25
Hex2A14AA4B58021f94f25
Octal522425211313004137111745
Binary1010101010010101010100101110110000100001111110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A14AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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