#1E2098

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

Shades of Ultramarine #1E2098

Tints of Ultramarine #1E2098

Color information

#1E2098 (or 0x1E2098) is unknown color: approx Ultramarine. HEX triplet: 1E, 20 and 98. RGB value is (30,32,152). Sum of RGB (Red+Green+Blue) = 30+32+152=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E2098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2098 is #E1DF67. Grayscale: #2C2C2C. Windows color (decimal): -14802792 or 9969694. OLE color: 9969694.

HSL color Cylindrical-coordinate representation of color #1E2098: hue angle of 239.02º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2098 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3032152-
CMYK0.800.7900.40
HSL239.02º67.03%35.69%-
HSV(B)239.02º80.26%59.61%-
XYZ6.723.5830.04-
YUV45.08188.34117.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 152 (59.77% from 255) = 71.03%
R=14.02%
G=14.95%
B=71.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal30321520.800.7900.40239.0267.0335.69
Hex1E2098504F028ef4324
Octal364023012011705035710344
Binary1111010000010011000101000010011110101000111011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,152); }

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

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

 a { background-color: rgb(30,32,152); }

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

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

 span { border-color: rgb(30,32,152); }

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