#1E0FAA

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

Shades of Ultramarine #1E0FAA

Tints of Ultramarine #1E0FAA

Color information

#1E0FAA (or 0x1E0FAA) is unknown color: approx Ultramarine. HEX triplet: 1E, 0F and AA. RGB value is (30,15,170). Sum of RGB (Red+Green+Blue) = 30+15+170=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FAA is #E1F055. Grayscale: #242424. Windows color (decimal): -14807126 or 11144990. OLE color: 11144990.

HSL color Cylindrical-coordinate representation of color #1E0FAA: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0FAA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3015170-
CMYK0.820.9100.33
HSL245.81º83.78%36.27%-
HSV(B)245.81º91.18%66.67%-
XYZ7.963.5238.29-
YUV37.16202.97122.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 170 (66.80% from 255) = 79.07%
R=13.95%
G=6.98%
B=79.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30151700.820.9100.33245.8183.7836.27
Hex1EFAA525B021f65424
Octal361725212213304136612444
Binary11110111110101010101001010110110100001111101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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