#1605AE

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

Shades of New Midnight Blue #1605AE

Tints of New Midnight Blue #1605AE

Color information

#1605AE (or 0x1605AE) is unknown color: approx New Midnight Blue. HEX triplet: 16, 05 and AE. RGB value is (22,5,174). Sum of RGB (Red+Green+Blue) = 22+5+174=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #1605AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1605AE is #E9FA51. Grayscale: #1C1C1C. Windows color (decimal): -15333970 or 11404566. OLE color: 11404566.

HSL color Cylindrical-coordinate representation of color #1605AE: hue angle of 246.04º degrees, saturation: 0.94, 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 #1605AE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB225174-
CMYK0.870.9700.32
HSL246.04º94.41%35.1%-
HSV(B)246.04º97.13%68.24%-
XYZ8.033.3440.27-
YUV29.35209.63122.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 174 (68.36% from 255) = 86.57%
R=10.95%
G=2.49%
B=86.57%

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
Decimal2251740.870.9700.32246.0494.4135.1
Hex165AE5761020f65e23
Octal26525612714104036613643
Binary1011010110101110101011111000010100000111101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1605AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1605AE; }

 p { color: rgb(22,5,174); }

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

<style>
 a { background-color: #1605AE; }

 a { background-color: rgb(22,5,174); }

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

<style>
 span { border-color: #1605AE; }

 span { border-color: rgb(22,5,174); }

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