#1610B2

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

Shades of New Midnight Blue #1610B2

Tints of New Midnight Blue #1610B2

Color information

#1610B2 (or 0x1610B2) is unknown color: approx New Midnight Blue. HEX triplet: 16, 10 and B2. RGB value is (22,16,178). Sum of RGB (Red+Green+Blue) = 22+16+178=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #1610B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1610B2 is #E9EF4D. Grayscale: #232323. Windows color (decimal): -15331150 or 11669526. OLE color: 11669526.

HSL color Cylindrical-coordinate representation of color #1610B2: hue angle of 242.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1610B2 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2216178-
CMYK0.880.9100.30
HSL242.22º83.51%38.04%-
HSV(B)242.22º91.01%69.8%-
XYZ8.553.7642.39-
YUV36.26207.99117.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 178 (69.92% from 255) = 82.41%
R=10.19%
G=7.41%
B=82.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22161780.880.9100.30242.2283.5138.04
Hex1610B2585B01Ef25426
Octal262026213013303636212446
Binary10110100001011001010110001011011011110111100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1610B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1610B2; }

 p { color: rgb(22,16,178); }

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

<style>
 a { background-color: #1610B2; }

 a { background-color: rgb(22,16,178); }

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

<style>
 span { border-color: #1610B2; }

 span { border-color: rgb(22,16,178); }

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