#1A0187

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

Shades of Ultramarine #1A0187

Tints of Ultramarine #1A0187

Color information

#1A0187 (or 0x1A0187) is unknown color: approx Ultramarine. HEX triplet: 1A, 01 and 87. RGB value is (26,1,135). Sum of RGB (Red+Green+Blue) = 26+1+135=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0187 is #E5FE78. Grayscale: #171717. Windows color (decimal): -15072889 or 8847642. OLE color: 8847642.

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

Color convert

RGB261135-
CMYK0.810.9900.47
HSL251.19º98.53%26.67%-
HSV(B)251.19º99.26%52.94%-
XYZ4.811.9923.05-
YUV23.75190.78129.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.05%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 135 (53.12% from 255) = 83.33%
R=16.05%
G=0.62%
B=83.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2611350.810.9900.47251.1998.5326.67
Hex1A187516302Ffb631b
Octal32120712114305737314333
Binary1101011000011110100011100011010111111111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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