#1E0FAE

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

Shades of Ultramarine #1E0FAE

Tints of Ultramarine #1E0FAE

Color information

#1E0FAE (or 0x1E0FAE) is unknown color: approx Ultramarine. HEX triplet: 1E, 0F and AE. RGB value is (30,15,174). Sum of RGB (Red+Green+Blue) = 30+15+174=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FAE is #E1F051. Grayscale: #242424. Windows color (decimal): -14807122 or 11407134. OLE color: 11407134.

HSL color Cylindrical-coordinate representation of color #1E0FAE: hue angle of 245.66º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0FAE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3015174-
CMYK0.830.9100.32
HSL245.66º84.13%37.06%-
HSV(B)245.66º91.38%68.24%-
XYZ8.353.6740.31-
YUV37.61204.97122.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 174 (68.36% from 255) = 79.45%
R=13.70%
G=6.85%
B=79.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30151740.830.9100.32245.6684.1337.06
Hex1EFAE535B020f65425
Octal361725612313304036612445
Binary11110111110101110101001110110110100000111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,174); }

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

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

 a { background-color: rgb(30,15,174); }

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

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

 span { border-color: rgb(30,15,174); }

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