#1E1599

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

Shades of Ultramarine #1E1599

Tints of Ultramarine #1E1599

Color information

#1E1599 (or 0x1E1599) is unknown color: approx Ultramarine. HEX triplet: 1E, 15 and 99. RGB value is (30,21,153). Sum of RGB (Red+Green+Blue) = 30+21+153=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1599 is #E1EA66. Grayscale: #262626. Windows color (decimal): -14805607 or 10032414. OLE color: 10032414.

HSL color Cylindrical-coordinate representation of color #1E1599: hue angle of 244.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1599 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3021153-
CMYK0.800.8600.4
HSL244.09º75.86%34.12%-
HSV(B)244.09º86.27%60%-
XYZ6.553.1130.39-
YUV38.74192.48121.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 153 (60.16% from 255) = 75%
R=14.71%
G=10.29%
B=75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30211530.800.8600.4244.0975.8634.12
Hex1E15995056028f44c22
Octal362523112012605036411442
Binary111101010110011001101000010101100101000111101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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