#1A058B

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

Shades of Ultramarine #1A058B

Tints of Ultramarine #1A058B

Color information

#1A058B (or 0x1A058B) is unknown color: approx Ultramarine. HEX triplet: 1A, 05 and 8B. RGB value is (26,5,139). Sum of RGB (Red+Green+Blue) = 26+5+139=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A058B is #E5FA74. Grayscale: #1A1A1A. Windows color (decimal): -15071861 or 9110810. OLE color: 9110810.

HSL color Cylindrical-coordinate representation of color #1A058B: hue angle of 249.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A058B is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB265139-
CMYK0.810.9600.45
HSL249.4º93.06%28.24%-
HSV(B)249.4º96.4%54.51%-
XYZ5.142.1924.58-
YUV26.56191.46127.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 139 (54.69% from 255) = 81.76%
R=15.29%
G=2.94%
B=81.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2651390.810.9600.45249.493.0628.24
Hex1A58B516002Df95d1c
Octal32521312114005537113534
Binary110101011000101110100011100000010110111111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,5,139); }

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

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

 a { background-color: rgb(26,5,139); }

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

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

 span { border-color: rgb(26,5,139); }

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