#1E1989

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

Shades of Ultramarine #1E1989

Tints of Ultramarine #1E1989

Color information

#1E1989 (or 0x1E1989) is unknown color: approx Ultramarine. HEX triplet: 1E, 19 and 89. RGB value is (30,25,137). Sum of RGB (Red+Green+Blue) = 30+25+137=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E1989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1989 is #E1E676. Grayscale: #262626. Windows color (decimal): -14804599 or 8984862. OLE color: 8984862.

HSL color Cylindrical-coordinate representation of color #1E1989: hue angle of 242.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1989 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3025137-
CMYK0.780.8200.46
HSL242.68º69.14%31.76%-
HSV(B)242.68º81.75%53.73%-
XYZ5.42.7823.92-
YUV39.26183.16121.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.62%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=15.62%
G=13.02%
B=71.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30251370.780.8200.46242.6869.1431.76
Hex1E19894E5202Ef34520
Octal363121111612205636310540
Binary111101100110001001100111010100100101110111100111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,137); }

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

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

 a { background-color: rgb(30,25,137); }

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

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

 span { border-color: rgb(30,25,137); }

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