#1A059E

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

Shades of Ultramarine #1A059E

Tints of Ultramarine #1A059E

Color information

#1A059E (or 0x1A059E) is unknown color: approx Ultramarine. HEX triplet: 1A, 05 and 9E. RGB value is (26,5,158). Sum of RGB (Red+Green+Blue) = 26+5+158=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A059E is #E5FA61. Grayscale: #1C1C1C. Windows color (decimal): -15071842 or 10355994. OLE color: 10355994.

HSL color Cylindrical-coordinate representation of color #1A059E: hue angle of 248.24º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A059E is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB265158-
CMYK0.840.9700.38
HSL248.24º93.87%31.96%-
HSV(B)248.24º96.84%61.96%-
XYZ6.652.832.54-
YUV28.72200.96126.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 158 (62.11% from 255) = 83.60%
R=13.76%
G=2.65%
B=83.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2651580.840.9700.38248.2493.8731.96
Hex1A59E5461026f85e20
Octal32523612414104637013640
Binary1101010110011110101010011000010100110111110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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