#1A0A87

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

Shades of Ultramarine #1A0A87

Tints of Ultramarine #1A0A87

Color information

#1A0A87 (or 0x1A0A87) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and 87. RGB value is (26,10,135). Sum of RGB (Red+Green+Blue) = 26+10+135=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0A87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A87 is #E5F578. Grayscale: #1C1C1C. Windows color (decimal): -15070585 or 8849946. OLE color: 8849946.

HSL color Cylindrical-coordinate representation of color #1A0A87: hue angle of 247.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0A87 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2610135-
CMYK0.810.9300.47
HSL247.68º86.21%28.43%-
HSV(B)247.68º92.59%52.94%-
XYZ4.912.1923.08-
YUV29.03187.8125.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=15.20%
G=5.85%
B=78.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26101350.810.9300.47247.6886.2128.43
Hex1AA87515D02Ff8561c
Octal321220712113505737012634
Binary1101010101000011110100011011101010111111111000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,10,135); }

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

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

 a { background-color: rgb(26,10,135); }

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

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

 span { border-color: rgb(26,10,135); }

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