#1A0AA4

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

Shades of Ultramarine #1A0AA4

Tints of Ultramarine #1A0AA4

Color information

#1A0AA4 (or 0x1A0AA4) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and A4. RGB value is (26,10,164). Sum of RGB (Red+Green+Blue) = 26+10+164=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A0AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0AA4 is #E5F55B. Grayscale: #1F1F1F. Windows color (decimal): -15070556 or 10750490. OLE color: 10750490.

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

Color convert

RGB2610164-
CMYK0.840.9400.36
HSL246.23º88.51%34.12%-
HSV(B)246.23º93.9%64.31%-
XYZ7.243.1235.34-
YUV32.34202.3123.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 164 (64.45% from 255) = 82%
R=13%
G=5%
B=82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26101640.840.9400.36246.2388.5134.12
Hex1AAA4545E024f65922
Octal321224412413604436613142
Binary11010101010100100101010010111100100100111101101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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