#1E189A

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

Shades of Ultramarine #1E189A

Tints of Ultramarine #1E189A

Color information

#1E189A (or 0x1E189A) is unknown color: approx Ultramarine. HEX triplet: 1E, 18 and 9A. RGB value is (30,24,154). Sum of RGB (Red+Green+Blue) = 30+24+154=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E189A is #E1E765. Grayscale: #282828. Windows color (decimal): -14804838 or 10098718. OLE color: 10098718.

HSL color Cylindrical-coordinate representation of color #1E189A: hue angle of 242.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E189A is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3024154-
CMYK0.810.8400.40
HSL242.77º73.03%34.9%-
HSV(B)242.77º84.42%60.39%-
XYZ6.693.2630.85-
YUV40.61191.99120.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 154 (60.55% from 255) = 74.04%
R=14.42%
G=11.54%
B=74.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30241540.810.8400.40242.7773.0334.9
Hex1E189A5154028f34923
Octal363023212112405036311143
Binary111101100010011010101000110101000101000111100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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