#1A1187

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

Shades of Ultramarine #1A1187

Tints of Ultramarine #1A1187

Color information

#1A1187 (or 0x1A1187) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and 87. RGB value is (26,17,135). Sum of RGB (Red+Green+Blue) = 26+17+135=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A1187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1187 is #E5EE78. Grayscale: #202020. Windows color (decimal): -15068793 or 8851738. OLE color: 8851738.

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

Color convert

RGB2617135-
CMYK0.810.8700.47
HSL244.58º77.63%29.8%-
HSV(B)244.58º87.41%52.94%-
XYZ52.3723.12-
YUV33.14185.48122.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 135 (53.12% from 255) = 75.84%
R=14.61%
G=9.55%
B=75.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26171350.810.8700.47244.5877.6329.8
Hex1A1187515702Ff54e1e
Octal322120712112705736511636
Binary11010100011000011110100011010111010111111110101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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