#1702AD

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

Shades of New Midnight Blue #1702AD

Tints of New Midnight Blue #1702AD

Color information

#1702AD (or 0x1702AD) is unknown color: approx New Midnight Blue. HEX triplet: 17, 02 and AD. RGB value is (23,2,173). Sum of RGB (Red+Green+Blue) = 23+2+173=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 173 (67.97% from 255 or 87.37% from 198); Max value from RGB is 173 - color contains mainly: blue. Hex color #1702AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1702AD is #E8FD52. Grayscale: #1B1B1B. Windows color (decimal): -15269203 or 11338263. OLE color: 11338263.

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

Color convert

RGB232173-
CMYK0.870.9900.32
HSL247.37º97.71%34.31%-
HSV(B)247.37º98.84%67.84%-
XYZ7.923.2439.74-
YUV27.77209.96124.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.62%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 173 (67.97% from 255) = 87.37%
R=11.62%
G=1.01%
B=87.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2321730.870.9900.32247.3797.7134.31
Hex172AD5763020f76222
Octal27225512714304036714242
Binary101111010101101101011111000110100000111101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1702AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,2,173); }

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

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

 a { background-color: rgb(23,2,173); }

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

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

 span { border-color: rgb(23,2,173); }

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