#1A0884

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

Shades of Ultramarine #1A0884

Tints of Ultramarine #1A0884

Color information

#1A0884 (or 0x1A0884) is unknown color: approx Ultramarine. HEX triplet: 1A, 08 and 84. RGB value is (26,8,132). Sum of RGB (Red+Green+Blue) = 26+8+132=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0884 is #E5F77B. Grayscale: #1B1B1B. Windows color (decimal): -15071100 or 8652826. OLE color: 8652826.

HSL color Cylindrical-coordinate representation of color #1A0884: hue angle of 248.71º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0884 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB268132-
CMYK0.800.9400.48
HSL248.71º88.57%27.45%-
HSV(B)248.71º93.94%51.76%-
XYZ4.682.0621.98-
YUV27.52186.96126.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 132 (51.95% from 255) = 79.52%
R=15.66%
G=4.82%
B=79.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2681320.800.9400.48248.7188.5727.45
Hex1A884505E030f9591b
Octal321020412013606037113133
Binary1101010001000010010100001011110011000011111001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,132); }

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

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

 a { background-color: rgb(26,8,132); }

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

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

 span { border-color: rgb(26,8,132); }

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