#1606A5

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

Shades of Ultramarine #1606A5

Tints of Ultramarine #1606A5

Color information

#1606A5 (or 0x1606A5) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and A5. RGB value is (22,6,165). Sum of RGB (Red+Green+Blue) = 22+6+165=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 165 (64.84% from 255 or 85.49% from 193); Max value from RGB is 165 - color contains mainly: blue. Hex color #1606A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1606A5 is #E9F95A. Grayscale: #1C1C1C. Windows color (decimal): -15333723 or 10814998. OLE color: 10814998.

HSL color Cylindrical-coordinate representation of color #1606A5: hue angle of 246.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1606A5 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB226165-
CMYK0.870.9600.35
HSL246.04º92.98%33.53%-
HSV(B)246.04º96.36%64.71%-
XYZ7.193.0235.8-
YUV28.91204.8123.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 165 (64.84% from 255) = 85.49%
R=11.40%
G=3.11%
B=85.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2261650.870.9600.35246.0492.9833.53
Hex166A55760023f65d22
Octal26624512714004336613542
Binary1011011010100101101011111000000100011111101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1606A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1606A5; }

 p { color: rgb(22,6,165); }

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

<style>
 a { background-color: #1606A5; }

 a { background-color: rgb(22,6,165); }

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

<style>
 span { border-color: #1606A5; }

 span { border-color: rgb(22,6,165); }

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