#1A0E8D

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

Shades of Ultramarine #1A0E8D

Tints of Ultramarine #1A0E8D

Color information

#1A0E8D (or 0x1A0E8D) is unknown color: approx Ultramarine. HEX triplet: 1A, 0E and 8D. RGB value is (26,14,141). Sum of RGB (Red+Green+Blue) = 26+14+141=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A0E8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0E8D is #E5F172. Grayscale: #1F1F1F. Windows color (decimal): -15069555 or 9244186. OLE color: 9244186.

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

Color convert

RGB2614141-
CMYK0.820.9000.45
HSL245.67º81.94%30.39%-
HSV(B)245.67º90.07%55.29%-
XYZ5.392.4625.39-
YUV32.07189.48123.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 141 (55.47% from 255) = 77.90%
R=14.36%
G=7.73%
B=77.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26141410.820.9000.45245.6781.9430.39
Hex1AE8D525A02Df6521e
Octal321621512213205536612236
Binary1101011101000110110100101011010010110111110110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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