#1A05A5

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

Shades of Ultramarine #1A05A5

Tints of Ultramarine #1A05A5

Color information

#1A05A5 (or 0x1A05A5) is unknown color: approx Ultramarine. HEX triplet: 1A, 05 and A5. RGB value is (26,5,165). Sum of RGB (Red+Green+Blue) = 26+5+165=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 165 (64.84% from 255 or 84.18% from 196); Max value from RGB is 165 - color contains mainly: blue. Hex color #1A05A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A05A5 is #E5FA5A. Grayscale: #1C1C1C. Windows color (decimal): -15071835 or 10814746. OLE color: 10814746.

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

Color convert

RGB265165-
CMYK0.840.9700.35
HSL247.88º94.12%33.33%-
HSV(B)247.88º96.97%64.71%-
XYZ7.273.0435.8-
YUV29.52204.46125.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 165 (64.84% from 255) = 84.18%
R=13.27%
G=2.55%
B=84.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2651650.840.9700.35247.8894.1233.33
Hex1A5A55461023f85e21
Octal32524512414104337013641
Binary1101010110100101101010011000010100011111110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A05A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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