#1E017F

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

Shades of Ultramarine #1E017F

Tints of Ultramarine #1E017F

Color information

#1E017F (or 0x1E017F) is unknown color: approx Ultramarine. HEX triplet: 1E, 01 and 7F. RGB value is (30,1,127). Sum of RGB (Red+Green+Blue) = 30+1+127=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 127 (50% from 255 or 80.38% from 158); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E017F is #E1FE80. Grayscale: #171717. Windows color (decimal): -14810753 or 8323358. OLE color: 8323358.

HSL color Cylindrical-coordinate representation of color #1E017F: hue angle of 253.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E017F is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB301127-
CMYK0.760.9900.50
HSL253.81º98.44%25.1%-
HSV(B)253.81º99.21%49.8%-
XYZ4.381.8320.2-
YUV24.03186.11132.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 127 (50% from 255) = 80.38%
R=18.99%
G=0.63%
B=80.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3011270.760.9900.50253.8198.4425.1
Hex1E17F4C63032fe6219
Octal36117711414306237614231
Binary111101111111110011001100011011001011111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,127); }

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

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

 a { background-color: rgb(30,1,127); }

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

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

 span { border-color: rgb(30,1,127); }

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