Html Css Color HEX #1407AD New Midnight Blue

📋 copy color: '#1407AD'

red 20 ◦ green 7 ◦ blue 173

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

Shades of New Midnight Blue #1407AD

Tints of New Midnight Blue #1407AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

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

R = 10%
G = 3.5%
B = 86.5%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1407AD (or 0x1407AD) is known color: New Midnight Blue. HEX triplet: 14, 07 and AD. RGB value is (20,7,173). Sum of RGB (Red+Green+Blue) = 20+7+173=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #1407AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1407AD is #EBF852. Grayscale: #1D1D1D. Windows color (decimal): -15464531 or 11339540. OLE color: 11339540.

HSL color Cylindrical-coordinate representation of color #1407AD: hue angle of 244.7º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1407AD is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 7 173 -
CMYK 0.88 0.96 0 0.32
HSL 244.7º 0.92% 0.35% -
HSV(B) 244.7º 0.96% 0.68% -
XYZ 7.91 3.32 39.76 -
YUV 29.81 208.81 121 -
System Red Green Blue C M Y K H S L
Decimal 20 7 173 0.88 0.96 0 0.32 244.7 0.92 0.35
Hex 14 7 AD 58 60 0 20 F5 5C 23
Octal 24 7 255 130 140 0 40 365 134 43
Binary 10100 111 10101101 1011000 1100000 0 100000 11110101 1011100 100011

Color Harmonies of #1407AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407AD

Black with #1407AD

Text Example


Text Example

White with #1407AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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