#1E1590

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

Shades of Ultramarine #1E1590

Tints of Ultramarine #1E1590

Color information

#1E1590 (or 0x1E1590) is unknown color: approx Ultramarine. HEX triplet: 1E, 15 and 90. RGB value is (30,21,144). Sum of RGB (Red+Green+Blue) = 30+21+144=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1590 is #E1EA6F. Grayscale: #252525. Windows color (decimal): -14805616 or 9442590. OLE color: 9442590.

HSL color Cylindrical-coordinate representation of color #1E1590: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1590 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3021144-
CMYK0.790.8500.44
HSL244.39º74.55%32.35%-
HSV(B)244.39º85.42%56.47%-
XYZ5.842.8326.62-
YUV37.71187.98122.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 144 (56.64% from 255) = 73.85%
R=15.38%
G=10.77%
B=73.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30211440.790.8500.44244.3974.5532.35
Hex1E15904F5502Cf44b20
Octal362522011712505436411340
Binary111101010110010000100111110101010101100111101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,144); }

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

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

 a { background-color: rgb(30,21,144); }

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

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

 span { border-color: rgb(30,21,144); }

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