#1E0992

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

Shades of Ultramarine #1E0992

Tints of Ultramarine #1E0992

Color information

#1E0992 (or 0x1E0992) is unknown color: approx Ultramarine. HEX triplet: 1E, 09 and 92. RGB value is (30,9,146). Sum of RGB (Red+Green+Blue) = 30+9+146=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0992 is #E1F66D. Grayscale: #1E1E1E. Windows color (decimal): -14808686 or 9570590. OLE color: 9570590.

HSL color Cylindrical-coordinate representation of color #1E0992: hue angle of 249.2º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0992 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB309146-
CMYK0.790.9400.43
HSL249.2º88.39%30.39%-
HSV(B)249.2º93.84%57.25%-
XYZ5.822.5527.38-
YUV30.9192.96127.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.22%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=16.22%
G=4.86%
B=78.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3091460.790.9400.43249.288.3930.39
Hex1E9924F5E02Bf9581e
Octal361122211713605337113036
Binary1111010011001001010011111011110010101111111001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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