#1a0f87

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

Shades of Ultramarine #1A0F87

Tints of Ultramarine #1A0F87

Color information

#1A0F87 (or 0x1A0F87) is unknown color: approx Ultramarine. HEX triplet: 1A, 0F and 87. RGB value is (26,15,135). Sum of RGB (Red+Green+Blue) = 26+15+135=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0F87 is #E5F078. Grayscale: #1F1F1F. Windows color (decimal): -15069305 or 8851226. OLE color: 8851226.

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

Color convert

RGB2615135-
CMYK0.810.8900.47
HSL245.5º80%29.41%-
HSV(B)245.5º88.89%52.94%-
XYZ4.972.3123.11-
YUV31.97186.14123.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 135 (53.12% from 255) = 76.70%
R=14.77%
G=8.52%
B=76.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26151350.810.8900.47245.58029.41
Hex1AF87515902Ff6501d
Octal321720712113105736612035
Binary1101011111000011110100011011001010111111110110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a0f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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