Html Css Color HEX #1406AD New Midnight Blue

📋 copy color: '#1406AD'

red 20 ◦ green 6 ◦ blue 173

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

Shades of New Midnight Blue #1406AD

Tints of New Midnight Blue #1406AD

RGB

 RED value IS 20 (8.2% from 255) = 10.05%

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

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

R = 10.05%
G = 3.02%
B = 86.93%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1406AD (or 0x1406AD) is known color: New Midnight Blue. HEX triplet: 14, 06 and AD. RGB value is (20,6,173). Sum of RGB (Red+Green+Blue) = 20+6+173=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 173 (67.97% from 255 or 86.93% from 199); Max value from RGB is 173 - color contains mainly: blue. Hex color #1406AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1406AD is #EBF952. Grayscale: #1C1C1C. Windows color (decimal): -15464787 or 11339284. OLE color: 11339284.

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

Color convert

RGB 20 6 173 -
CMYK 0.88 0.97 0 0.32
HSL 245.03º 0.93% 0.35% -
HSV(B) 245.03º 0.97% 0.68% -
XYZ 7.9 3.3 39.76 -
YUV 29.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 20 6 173 0.88 0.97 0 0.32 245.03 0.93 0.35
Hex 14 6 AD 58 61 0 20 F5 5D 23
Octal 24 6 255 130 141 0 40 365 135 43
Binary 10100 110 10101101 1011000 1100001 0 100000 11110101 1011101 100011

Color Harmonies of #1406AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1406AD

Black with #1406AD

Text Example


Text Example

White with #1406AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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