#1A0887

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

Shades of Ultramarine #1A0887

Tints of Ultramarine #1A0887

Color information

#1A0887 (or 0x1A0887) is unknown color: approx Ultramarine. HEX triplet: 1A, 08 and 87. RGB value is (26,8,135). Sum of RGB (Red+Green+Blue) = 26+8+135=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 135 (53.12% from 255 or 79.88% from 169); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0887 is #E5F778. Grayscale: #1B1B1B. Windows color (decimal): -15071097 or 8849434. OLE color: 8849434.

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

Color convert

RGB268135-
CMYK0.810.9400.47
HSL248.5º88.81%28.04%-
HSV(B)248.5º94.07%52.94%-
XYZ4.892.1423.08-
YUV27.86188.46126.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.38%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 135 (53.12% from 255) = 79.88%
R=15.38%
G=4.73%
B=79.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2681350.810.9400.47248.588.8128.04
Hex1A887515E02Ff9591c
Octal321020712113605737113134
Binary1101010001000011110100011011110010111111111001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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