#1A16A4

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

Shades of Ultramarine #1A16A4

Tints of Ultramarine #1A16A4

Color information

#1A16A4 (or 0x1A16A4) is unknown color: approx Ultramarine. HEX triplet: 1A, 16 and A4. RGB value is (26,22,164). Sum of RGB (Red+Green+Blue) = 26+22+164=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A16A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A16A4 is #E5E95B. Grayscale: #262626. Windows color (decimal): -15067484 or 10753562. OLE color: 10753562.

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

Color convert

RGB2622164-
CMYK0.840.8700.36
HSL241.69º76.34%36.47%-
HSV(B)241.69º86.59%64.31%-
XYZ7.413.4735.4-
YUV39.38198.33118.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 164 (64.45% from 255) = 77.36%
R=12.26%
G=10.38%
B=77.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26221640.840.8700.36241.6976.3436.47
Hex1A16A45457024f24c24
Octal322624412412704436211444
Binary110101011010100100101010010101110100100111100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A16A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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