#1606AD

Color #1606AD New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1606AD

Tints of New Midnight Blue #1606AD

Color information

#1606AD (or 0x1606AD) is unknown color: approx New Midnight Blue. HEX triplet: 16, 06 and AD. RGB value is (22,6,173). Sum of RGB (Red+Green+Blue) = 22+6+173=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #1606AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1606AD is #E9F952. Grayscale: #1D1D1D. Windows color (decimal): -15333715 or 11339286. OLE color: 11339286.

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

Color convert

RGB226173-
CMYK0.870.9700.32
HSL245.75º93.3%35.1%-
HSV(B)245.75º96.53%67.84%-
XYZ7.943.3239.76-
YUV29.82208.8122.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 173 (67.97% from 255) = 86.07%
R=10.95%
G=2.99%
B=86.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2261730.870.9700.32245.7593.335.1
Hex166AD5761020f65d23
Octal26625512714104036613543
Binary1011011010101101101011111000010100000111101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1606AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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