#1A05A2

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

Shades of Ultramarine #1A05A2

Tints of Ultramarine #1A05A2

Color information

#1A05A2 (or 0x1A05A2) is unknown color: approx Ultramarine. HEX triplet: 1A, 05 and A2. RGB value is (26,5,162). Sum of RGB (Red+Green+Blue) = 26+5+162=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 162 (63.67% from 255 or 83.94% from 193); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A05A2 is #E5FA5D. Grayscale: #1C1C1C. Windows color (decimal): -15071838 or 10618138. OLE color: 10618138.

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

Color convert

RGB265162-
CMYK0.840.9700.36
HSL248.03º94.01%32.75%-
HSV(B)248.03º96.91%63.53%-
XYZ72.9434.38-
YUV29.18202.96125.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 162 (63.67% from 255) = 83.94%
R=13.47%
G=2.59%
B=83.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2651620.840.9700.36248.0394.0132.75
Hex1A5A25461024f85e21
Octal32524212414104437013641
Binary1101010110100010101010011000010100100111110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A05A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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