#1E099A

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

Shades of Ultramarine #1E099A

Tints of Ultramarine #1E099A

Color information

#1E099A (or 0x1E099A) is unknown color: approx Ultramarine. HEX triplet: 1E, 09 and 9A. RGB value is (30,9,154). Sum of RGB (Red+Green+Blue) = 30+9+154=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E099A is #E1F665. Grayscale: #1F1F1F. Windows color (decimal): -14808678 or 10094878. OLE color: 10094878.

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

Color convert

RGB309154-
CMYK0.810.9400.40
HSL248.69º88.96%31.96%-
HSV(B)248.69º94.16%60.39%-
XYZ6.472.830.77-
YUV31.81196.96126.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 154 (60.55% from 255) = 79.79%
R=15.54%
G=4.66%
B=79.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3091540.810.9400.40248.6988.9631.96
Hex1E99A515E028f95920
Octal361123212113605037113140
Binary11110100110011010101000110111100101000111110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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