#1E12AE

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

Shades of Ultramarine #1E12AE

Tints of Ultramarine #1E12AE

Color information

#1E12AE (or 0x1E12AE) is unknown color: approx Ultramarine. HEX triplet: 1E, 12 and AE. RGB value is (30,18,174). Sum of RGB (Red+Green+Blue) = 30+18+174=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E12AE is #E1ED51. Grayscale: #262626. Windows color (decimal): -14806354 or 11407902. OLE color: 11407902.

HSL color Cylindrical-coordinate representation of color #1E12AE: hue angle of 244.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E12AE is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3018174-
CMYK0.830.9000.32
HSL244.62º81.25%37.65%-
HSV(B)244.62º89.66%68.24%-
XYZ8.393.7640.33-
YUV39.37203.98121.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 174 (68.36% from 255) = 78.38%
R=13.51%
G=8.11%
B=78.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30181740.830.9000.32244.6281.2537.65
Hex1E12AE535A020f55126
Octal362225612313204036512146
Binary111101001010101110101001110110100100000111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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