#1E0D9F

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

Shades of Ultramarine #1E0D9F

Tints of Ultramarine #1E0D9F

Color information

#1E0D9F (or 0x1E0D9F) is unknown color: approx Ultramarine. HEX triplet: 1E, 0D and 9F. RGB value is (30,13,159). Sum of RGB (Red+Green+Blue) = 30+13+159=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E0D9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0D9F is #E1F260. Grayscale: #222222. Windows color (decimal): -14807649 or 10423582. OLE color: 10423582.

HSL color Cylindrical-coordinate representation of color #1E0D9F: hue angle of 246.99º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0D9F is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3013159-
CMYK0.810.9200.38
HSL246.99º84.88%33.73%-
HSV(B)246.99º91.82%62.35%-
XYZ6.943.0733.03-
YUV34.73198.13124.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 159 (62.5% from 255) = 78.71%
R=14.85%
G=6.44%
B=78.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30131590.810.9200.38246.9984.8833.73
Hex1ED9F515C026f75522
Octal361523712113404636712542
Binary11110110110011111101000110111000100110111101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0D9F; }

 p { color: rgb(30,13,159); }

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

<style>
 a { background-color: #1E0D9F; }

 a { background-color: rgb(30,13,159); }

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

<style>
 span { border-color: #1E0D9F; }

 span { border-color: rgb(30,13,159); }

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