#1E188B

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

Shades of Ultramarine #1E188B

Tints of Ultramarine #1E188B

Color information

#1E188B (or 0x1E188B) is unknown color: approx Ultramarine. HEX triplet: 1E, 18 and 8B. RGB value is (30,24,139). Sum of RGB (Red+Green+Blue) = 30+24+139=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E188B is #E1E774. Grayscale: #262626. Windows color (decimal): -14804853 or 9115678. OLE color: 9115678.

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

Color convert

RGB3024139-
CMYK0.780.8300.45
HSL243.13º70.55%31.96%-
HSV(B)243.13º82.73%54.51%-
XYZ5.522.7924.67-
YUV38.9184.49121.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=15.54%
G=12.44%
B=72.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30241390.780.8300.45243.1370.5531.96
Hex1E188B4E5302Df34720
Octal363021311612305536310740
Binary111101100010001011100111010100110101101111100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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