#2E139D

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

Shades of Ultramarine #2E139D

Tints of Ultramarine #2E139D

Color information

#2E139D (or 0x2E139D) is unknown color: approx Ultramarine. HEX triplet: 2E, 13 and 9D. RGB value is (46,19,157). Sum of RGB (Red+Green+Blue) = 46+19+157=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E139D is #D1EC62. Grayscale: #2A2A2A. Windows color (decimal): -13757539 or 10294062. OLE color: 10294062.

HSL color Cylindrical-coordinate representation of color #2E139D: hue angle of 251.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E139D is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4619157-
CMYK0.710.8800.38
HSL251.74º78.41%34.51%-
HSV(B)251.74º87.9%61.57%-
XYZ7.453.4832.18-
YUV42.8192.45130.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 157 (61.72% from 255) = 70.72%
R=20.72%
G=8.56%
B=70.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46191570.710.8800.38251.7478.4134.51
Hex2E139D4758026fc4e23
Octal562323510713004637411643
Binary1011101001110011101100011110110000100110111111001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,19,157); }

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

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

 a { background-color: rgb(46,19,157); }

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

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

 span { border-color: rgb(46,19,157); }

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