#1A058C

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

Shades of Ultramarine #1A058C

Tints of Ultramarine #1A058C

Color information

#1A058C (or 0x1A058C) is unknown color: approx Ultramarine. HEX triplet: 1A, 05 and 8C. RGB value is (26,5,140). Sum of RGB (Red+Green+Blue) = 26+5+140=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A058C is #E5FA73. Grayscale: #1A1A1A. Windows color (decimal): -15071860 or 9176346. OLE color: 9176346.

HSL color Cylindrical-coordinate representation of color #1A058C: hue angle of 249.33º 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 #1A058C is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB265140-
CMYK0.810.9600.45
HSL249.33º93.1%28.43%-
HSV(B)249.33º96.43%54.9%-
XYZ5.212.2224.96-
YUV26.67191.96127.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 140 (55.08% from 255) = 81.87%
R=15.20%
G=2.92%
B=81.87%

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
Decimal2651400.810.9600.45249.3393.128.43
Hex1A58C516002Df95d1c
Octal32521412114005537113534
Binary110101011000110010100011100000010110111111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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