#1E12AF

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

Shades of Ultramarine #1E12AF

Tints of Ultramarine #1E12AF

Color information

#1E12AF (or 0x1E12AF) is unknown color: approx Ultramarine. HEX triplet: 1E, 12 and AF. RGB value is (30,18,175). Sum of RGB (Red+Green+Blue) = 30+18+175=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E12AF is #E1ED50. Grayscale: #262626. Windows color (decimal): -14806353 or 11473438. OLE color: 11473438.

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

Color convert

RGB3018175-
CMYK0.830.9000.31
HSL244.59º81.35%37.84%-
HSV(B)244.59º89.71%68.63%-
XYZ8.493.840.84-
YUV39.49204.48121.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 175 (68.75% from 255) = 78.48%
R=13.45%
G=8.07%
B=78.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30181750.830.9000.31244.5981.3537.84
Hex1E12AF535A01Ff55126
Octal362225712313203736512146
Binary11110100101010111110100111011010011111111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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