#1604A1

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

Shades of Ultramarine #1604A1

Tints of Ultramarine #1604A1

Color information

#1604A1 (or 0x1604A1) is unknown color: approx Ultramarine. HEX triplet: 16, 04 and A1. RGB value is (22,4,161). Sum of RGB (Red+Green+Blue) = 22+4+161=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 161 (63.28% from 255 or 86.10% from 187); Max value from RGB is 161 - color contains mainly: blue. Hex color #1604A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1604A1 is #E9FB5E. Grayscale: #1A1A1A. Windows color (decimal): -15334239 or 10552342. OLE color: 10552342.

HSL color Cylindrical-coordinate representation of color #1604A1: hue angle of 246.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1604A1 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB224161-
CMYK0.860.9800.37
HSL246.88º95.15%32.35%-
HSV(B)246.88º97.52%63.14%-
XYZ6.812.8333.91-
YUV27.28203.46124.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 161 (63.28% from 255) = 86.10%
R=11.76%
G=2.14%
B=86.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2241610.860.9800.37246.8895.1532.35
Hex164A15662025f75f20
Octal26424112614204536713740
Binary1011010010100001101011011000100100101111101111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1604A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1604A1; }

 p { color: rgb(22,4,161); }

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

<style>
 a { background-color: #1604A1; }

 a { background-color: rgb(22,4,161); }

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

<style>
 span { border-color: #1604A1; }

 span { border-color: rgb(22,4,161); }

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