#2E12AA

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

Shades of Ultramarine #2E12AA

Tints of Ultramarine #2E12AA

Color information

#2E12AA (or 0x2E12AA) is unknown color: approx Ultramarine. HEX triplet: 2E, 12 and AA. RGB value is (46,18,170). Sum of RGB (Red+Green+Blue) = 46+18+170=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E12AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E12AA is #D1ED55. Grayscale: #2B2B2B. Windows color (decimal): -13757782 or 11145774. OLE color: 11145774.

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

Color convert

RGB4618170-
CMYK0.730.8900.33
HSL251.05º80.85%36.86%-
HSV(B)251.05º89.41%66.67%-
XYZ8.63.9238.33-
YUV43.7199.28129.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=19.66%
G=7.69%
B=72.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46181700.730.8900.33251.0580.8536.86
Hex2E12AA4959021fb5125
Octal562225211113104137312145
Binary1011101001010101010100100110110010100001111110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,18,170); }

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

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

 a { background-color: rgb(46,18,170); }

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

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

 span { border-color: rgb(46,18,170); }

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