Html Css Color HEX #1706AD New Midnight Blue

📋 copy color: '#1706AD'

red 23 ◦ green 6 ◦ blue 173

#1706AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #1706AD

Tints of New Midnight Blue #1706AD

RGB

 RED value IS 23 (9.38% from 255) = 11.39%

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 173 (67.97% from 255) = 85.64%

R = 11.39%
G = 2.97%
B = 85.64%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1706AD (or 0x1706AD) is known color: New Midnight Blue. HEX triplet: 17, 06 and AD. RGB value is (23,6,173). Sum of RGB (Red+Green+Blue) = 23+6+173=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 173 (67.97% from 255 or 85.64% from 202); Max value from RGB is 173 - color contains mainly: blue. Hex color #1706AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1706AD is #E8F952. Grayscale: #1D1D1D. Windows color (decimal): -15268179 or 11339287. OLE color: 11339287.

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

Color convert

RGB 23 6 173 -
CMYK 0.87 0.97 0 0.32
HSL 246.11º 0.93% 0.35% -
HSV(B) 246.11º 0.97% 0.68% -
XYZ 7.96 3.33 39.76 -
YUV 30.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 23 6 173 0.87 0.97 0 0.32 246.11 0.93 0.35
Hex 17 6 AD 57 61 0 20 F6 5D 23
Octal 27 6 255 127 141 0 40 366 135 43
Binary 10111 110 10101101 1010111 1100001 0 100000 11110110 1011101 100011

Color Harmonies of #1706AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1706AD

Black with #1706AD

Text Example


Text Example

White with #1706AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1706AD;
 }
 .AnyTagClassName
 {
   color: #1706AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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