#1E158B

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

Shades of Ultramarine #1E158B

Tints of Ultramarine #1E158B

Color information

#1E158B (or 0x1E158B) is unknown color: approx Ultramarine. HEX triplet: 1E, 15 and 8B. RGB value is (30,21,139). Sum of RGB (Red+Green+Blue) = 30+21+139=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E158B is #E1EA74. Grayscale: #242424. Windows color (decimal): -14805621 or 9114910. OLE color: 9114910.

HSL color Cylindrical-coordinate representation of color #1E158B: hue angle of 244.58º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E158B is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3021139-
CMYK0.780.8500.45
HSL244.58º73.75%31.37%-
HSV(B)244.58º84.89%54.51%-
XYZ5.462.6824.65-
YUV37.14185.48122.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 139 (54.69% from 255) = 73.16%
R=15.79%
G=11.05%
B=73.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30211390.780.8500.45244.5873.7531.37
Hex1E158B4E5502Df54a1f
Octal362521311612505536511237
Binary11110101011000101110011101010101010110111110101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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