#1E16AF

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

Shades of Ultramarine #1E16AF

Tints of Ultramarine #1E16AF

Color information

#1E16AF (or 0x1E16AF) is unknown color: approx Ultramarine. HEX triplet: 1E, 16 and AF. RGB value is (30,22,175). Sum of RGB (Red+Green+Blue) = 30+22+175=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E16AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E16AF is #E1E950. Grayscale: #292929. Windows color (decimal): -14805329 or 11474462. OLE color: 11474462.

HSL color Cylindrical-coordinate representation of color #1E16AF: hue angle of 243.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E16AF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3022175-
CMYK0.830.8700.31
HSL243.14º77.66%38.63%-
HSV(B)243.14º87.43%68.63%-
XYZ8.563.9440.87-
YUV41.83203.15119.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=13.22%
G=9.69%
B=77.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30221750.830.8700.31243.1477.6638.63
Hex1E16AF535701Ff34e27
Octal362625712312703736311647
Binary11110101101010111110100111010111011111111100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E16AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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