#1A0AAB

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

Shades of Ultramarine #1A0AAB

Tints of Ultramarine #1A0AAB

Color information

#1A0AAB (or 0x1A0AAB) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and AB. RGB value is (26,10,171). Sum of RGB (Red+Green+Blue) = 26+10+171=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0AAB is #E5F554. Grayscale: #202020. Windows color (decimal): -15070549 or 11209242. OLE color: 11209242.

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

Color convert

RGB2610171-
CMYK0.850.9400.33
HSL245.96º88.95%35.49%-
HSV(B)245.96º94.15%67.06%-
XYZ7.893.3838.76-
YUV33.14205.8122.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 171 (67.19% from 255) = 82.61%
R=12.56%
G=4.83%
B=82.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26101710.850.9400.33245.9688.9535.49
Hex1AAAB555E021f65923
Octal321225312513604136613143
Binary11010101010101011101010110111100100001111101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,10,171); }

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

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

 a { background-color: rgb(26,10,171); }

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

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

 span { border-color: rgb(26,10,171); }

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