#1A0E8A

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

Shades of Ultramarine #1A0E8A

Tints of Ultramarine #1A0E8A

Color information

#1A0E8A (or 0x1A0E8A) is unknown color: approx Ultramarine. HEX triplet: 1A, 0E and 8A. RGB value is (26,14,138). Sum of RGB (Red+Green+Blue) = 26+14+138=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A0E8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0E8A is #E5F175. Grayscale: #1F1F1F. Windows color (decimal): -15069558 or 9047578. OLE color: 9047578.

HSL color Cylindrical-coordinate representation of color #1A0E8A: hue angle of 245.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0E8A is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2614138-
CMYK0.810.9000.46
HSL245.81º81.58%29.8%-
HSV(B)245.81º89.86%54.12%-
XYZ5.172.3724.23-
YUV31.72187.98123.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 138 (54.30% from 255) = 77.53%
R=14.61%
G=7.87%
B=77.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26141380.810.9000.46245.8181.5829.8
Hex1AE8A515A02Ef6521e
Octal321621212113205636612236
Binary1101011101000101010100011011010010111011110110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,138); }

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

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

 a { background-color: rgb(26,14,138); }

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

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

 span { border-color: rgb(26,14,138); }

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