#1E159B

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

Shades of Ultramarine #1E159B

Tints of Ultramarine #1E159B

Color information

#1E159B (or 0x1E159B) is unknown color: approx Ultramarine. HEX triplet: 1E, 15 and 9B. RGB value is (30,21,155). Sum of RGB (Red+Green+Blue) = 30+21+155=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E159B is #E1EA64. Grayscale: #262626. Windows color (decimal): -14805605 or 10163486. OLE color: 10163486.

HSL color Cylindrical-coordinate representation of color #1E159B: hue angle of 244.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E159B is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3021155-
CMYK0.810.8600.39
HSL244.03º76.14%34.51%-
HSV(B)244.03º86.45%60.78%-
XYZ6.723.1831.27-
YUV38.97193.48121.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 155 (60.94% from 255) = 75.24%
R=14.56%
G=10.19%
B=75.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30211550.810.8600.39244.0376.1434.51
Hex1E159B5156027f44c23
Octal362523312112604736411443
Binary111101010110011011101000110101100100111111101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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