#1E16A0

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

Shades of Ultramarine #1E16A0

Tints of Ultramarine #1E16A0

Color information

#1E16A0 (or 0x1E16A0) is unknown color: approx Ultramarine. HEX triplet: 1E, 16 and A0. RGB value is (30,22,160). Sum of RGB (Red+Green+Blue) = 30+22+160=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E16A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E16A0 is #E1E95F. Grayscale: #272727. Windows color (decimal): -14805344 or 10491422. OLE color: 10491422.

HSL color Cylindrical-coordinate representation of color #1E16A0: hue angle of 243.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E16A0 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3022160-
CMYK0.810.8600.37
HSL243.48º75.82%35.69%-
HSV(B)243.48º86.25%62.75%-
XYZ7.173.3933.53-
YUV40.12195.65120.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 160 (62.89% from 255) = 75.47%
R=14.15%
G=10.38%
B=75.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal30221600.810.8600.37243.4875.8235.69
Hex1E16A05156025f34c24
Octal362624012112604536311444
Binary111101011010100000101000110101100100101111100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E16A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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