#1E069A

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

Shades of Ultramarine #1E069A

Tints of Ultramarine #1E069A

Color information

#1E069A (or 0x1E069A) is unknown color: approx Ultramarine. HEX triplet: 1E, 06 and 9A. RGB value is (30,6,154). Sum of RGB (Red+Green+Blue) = 30+6+154=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E069A is #E1F965. Grayscale: #1D1D1D. Windows color (decimal): -14809446 or 10094110. OLE color: 10094110.

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

Color convert

RGB306154-
CMYK0.810.9600.40
HSL249.73º92.5%31.37%-
HSV(B)249.73º96.1%60.39%-
XYZ6.432.7430.76-
YUV30.05197.95127.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 154 (60.55% from 255) = 81.05%
R=15.79%
G=3.16%
B=81.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3061540.810.9600.40249.7392.531.37
Hex1E69A5160028fa5c1f
Octal36623212114005037213437
Binary111101101001101010100011100000010100011111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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