#1e1f93

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

Shades of Ultramarine #1E1F93

Tints of Ultramarine #1E1F93

Color information

#1E1F93 (or 0x1E1F93) is unknown color: approx Ultramarine. HEX triplet: 1E, 1F and 93. RGB value is (30,31,147). Sum of RGB (Red+Green+Blue) = 30+31+147=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #1E1F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1F93 is #E1E06C. Grayscale: #2B2B2B. Windows color (decimal): -14803053 or 9641758. OLE color: 9641758.

HSL color Cylindrical-coordinate representation of color #1E1F93: hue angle of 239.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1F93 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3031147-
CMYK0.800.7900.42
HSL239.49º66.1%34.71%-
HSV(B)239.49º79.59%57.65%-
XYZ6.293.3627.92-
YUV43.92186.17118.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 147 (57.81% from 255) = 70.67%
R=14.42%
G=14.90%
B=70.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30311470.800.7900.42239.4966.134.71
Hex1E1F93504F02Aef4223
Octal363722312011705235710243
Binary111101111110010011101000010011110101010111011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,147); }

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

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

 a { background-color: rgb(30,31,147); }

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

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

 span { border-color: rgb(30,31,147); }

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