#1A0087

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

Shades of Ultramarine #1A0087

Tints of Ultramarine #1A0087

Color information

#1A0087 (or 0x1A0087) is unknown color: approx Ultramarine. HEX triplet: 1A, 00 and 87. RGB value is (26,0,135). Sum of RGB (Red+Green+Blue) = 26+0+135=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0087 is #E5FF78. Grayscale: #161616. Windows color (decimal): -15073145 or 8847386. OLE color: 8847386.

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

Color convert

RGB260135-
CMYK0.81100.47
HSL251.56º100%26.47%-
HSV(B)251.56º100%52.94%-
XYZ4.81.9723.05-
YUV23.16191.11130.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=16.15%
G=0%
B=83.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2601350.81100.47251.5610026.47
Hex1A087516402Ffc641a
Octal32020712114405737414432
Binary1101001000011110100011100100010111111111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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