#1E12A7

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

Shades of Ultramarine #1E12A7

Tints of Ultramarine #1E12A7

Color information

#1E12A7 (or 0x1E12A7) is unknown color: approx Ultramarine. HEX triplet: 1E, 12 and A7. RGB value is (30,18,167). Sum of RGB (Red+Green+Blue) = 30+18+167=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E12A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E12A7 is #E1ED58. Grayscale: #252525. Windows color (decimal): -14806361 or 10949150. OLE color: 10949150.

HSL color Cylindrical-coordinate representation of color #1E12A7: hue angle of 244.83º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E12A7 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3018167-
CMYK0.820.8900.35
HSL244.83º80.54%36.27%-
HSV(B)244.83º89.22%65.49%-
XYZ7.733.536.83-
YUV38.57200.48121.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 167 (65.62% from 255) = 77.67%
R=13.95%
G=8.37%
B=77.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30181670.820.8900.35244.8380.5436.27
Hex1E12A75259023f55124
Octal362224712213104336512144
Binary111101001010100111101001010110010100011111101011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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