Html Css Color HEX #1401AD New Midnight Blue

📋 copy color: '#1401AD'

red 20 ◦ green 1 ◦ blue 173

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

Shades of New Midnight Blue #1401AD

Tints of New Midnight Blue #1401AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 10.31%
G = 0.52%
B = 89.18%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1401AD (or 0x1401AD) is known color: New Midnight Blue. HEX triplet: 14, 01 and AD. RGB value is (20,1,173). Sum of RGB (Red+Green+Blue) = 20+1+173=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #1401AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401AD is #EBFE52. Grayscale: #191919. Windows color (decimal): -15466067 or 11338004. OLE color: 11338004.

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

Color convert

RGB 20 1 173 -
CMYK 0.88 0.99 0 0.32
HSL 246.63º 0.99% 0.34% -
HSV(B) 246.63º 0.99% 0.68% -
XYZ 7.84 3.19 39.74 -
YUV 26.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 20 1 173 0.88 0.99 0 0.32 246.63 0.99 0.34
Hex 14 1 AD 58 63 0 20 F7 63 22
Octal 24 1 255 130 143 0 40 367 143 42
Binary 10100 1 10101101 1011000 1100011 0 100000 11110111 1100011 100010

Color Harmonies of #1401AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401AD

Black with #1401AD

Text Example


Text Example

White with #1401AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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