#1E058B

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

Shades of Ultramarine #1E058B

Tints of Ultramarine #1E058B

Color information

#1E058B (or 0x1E058B) is unknown color: approx Ultramarine. HEX triplet: 1E, 05 and 8B. RGB value is (30,5,139). Sum of RGB (Red+Green+Blue) = 30+5+139=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E058B is #E1FA74. Grayscale: #1B1B1B. Windows color (decimal): -14809717 or 9110814. OLE color: 9110814.

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

Color convert

RGB305139-
CMYK0.780.9600.45
HSL251.19º93.06%28.24%-
HSV(B)251.19º96.4%54.51%-
XYZ5.252.2524.58-
YUV27.75190.78129.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.24%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 139 (54.69% from 255) = 79.89%
R=17.24%
G=2.87%
B=79.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3051390.780.9600.45251.1993.0628.24
Hex1E58B4E6002Dfb5d1c
Octal36521311614005537313534
Binary111101011000101110011101100000010110111111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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