#1E13AA

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

Shades of Ultramarine #1E13AA

Tints of Ultramarine #1E13AA

Color information

#1E13AA (or 0x1E13AA) is unknown color: approx Ultramarine. HEX triplet: 1E, 13 and AA. RGB value is (30,19,170). Sum of RGB (Red+Green+Blue) = 30+19+170=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E13AA is #E1EC55. Grayscale: #262626. Windows color (decimal): -14806102 or 11146014. OLE color: 11146014.

HSL color Cylindrical-coordinate representation of color #1E13AA: hue angle of 244.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E13AA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3019170-
CMYK0.820.8900.33
HSL244.37º79.89%37.06%-
HSV(B)244.37º88.82%66.67%-
XYZ8.023.6438.31-
YUV39.5201.64121.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 170 (66.80% from 255) = 77.63%
R=13.70%
G=8.68%
B=77.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30191700.820.8900.33244.3779.8937.06
Hex1E13AA5259021f45025
Octal362325212213104136412045
Binary111101001110101010101001010110010100001111101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,170); }

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

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

 a { background-color: rgb(30,19,170); }

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

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

 span { border-color: rgb(30,19,170); }

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