#1608AD

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

Shades of New Midnight Blue #1608AD

Tints of New Midnight Blue #1608AD

Color information

#1608AD (or 0x1608AD) is unknown color: approx New Midnight Blue. HEX triplet: 16, 08 and AD. RGB value is (22,8,173). Sum of RGB (Red+Green+Blue) = 22+8+173=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #1608AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1608AD is #E9F752. Grayscale: #1E1E1E. Windows color (decimal): -15333203 or 11339798. OLE color: 11339798.

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

Color convert

RGB228173-
CMYK0.870.9500.32
HSL245.09º91.16%35.49%-
HSV(B)245.09º95.38%67.84%-
XYZ7.963.3639.76-
YUV31208.14121.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 173 (67.97% from 255) = 85.22%
R=10.84%
G=3.94%
B=85.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2281730.870.9500.32245.0991.1635.49
Hex168AD575F020f55b23
Octal261025512713704036513343
Binary10110100010101101101011110111110100000111101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1608AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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