#1A1D89

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

Shades of Ultramarine #1A1D89

Tints of Ultramarine #1A1D89

Color information

#1A1D89 (or 0x1A1D89) is unknown color: approx Ultramarine. HEX triplet: 1A, 1D and 89. RGB value is (26,29,137). Sum of RGB (Red+Green+Blue) = 26+29+137=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A1D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D89 is #E5E276. Grayscale: #272727. Windows color (decimal): -15065719 or 8985882. OLE color: 8985882.

HSL color Cylindrical-coordinate representation of color #1A1D89: hue angle of 238.38º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1D89 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2629137-
CMYK0.810.7900.46
HSL238.38º68.1%31.96%-
HSV(B)238.38º81.02%53.73%-
XYZ5.382.923.94-
YUV40.42182.51117.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=13.54%
G=15.10%
B=71.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26291370.810.7900.46238.3868.131.96
Hex1A1D89514F02Eee4420
Octal323521112111705635610440
Binary110101110110001001101000110011110101110111011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,137); }

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

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

 a { background-color: rgb(26,29,137); }

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

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

 span { border-color: rgb(26,29,137); }

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