#2E129B

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

Shades of Ultramarine #2E129B

Tints of Ultramarine #2E129B

Color information

#2E129B (or 0x2E129B) is unknown color: approx Ultramarine. HEX triplet: 2E, 12 and 9B. RGB value is (46,18,155). Sum of RGB (Red+Green+Blue) = 46+18+155=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E129B is #D1ED64. Grayscale: #292929. Windows color (decimal): -13757797 or 10162734. OLE color: 10162734.

HSL color Cylindrical-coordinate representation of color #2E129B: hue angle of 252.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E129B is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4618155-
CMYK0.700.8800.39
HSL252.26º79.19%33.92%-
HSV(B)252.26º88.39%60.78%-
XYZ7.263.3831.28-
YUV41.99191.78130.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 155 (60.94% from 255) = 70.78%
R=21.00%
G=8.22%
B=70.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46181550.700.8800.39252.2679.1933.92
Hex2E129B4658027fc4f22
Octal562223310613004737411742
Binary1011101001010011011100011010110000100111111111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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