Html Css Color HEX #1404AD New Midnight Blue

📋 copy color: '#1404AD'

red 20 ◦ green 4 ◦ blue 173

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

Shades of New Midnight Blue #1404AD

Tints of New Midnight Blue #1404AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 10.15%
G = 2.03%
B = 87.82%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1404AD (or 0x1404AD) is known color: New Midnight Blue. HEX triplet: 14, 04 and AD. RGB value is (20,4,173). Sum of RGB (Red+Green+Blue) = 20+4+173=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #1404AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AD is #EBFB52. Grayscale: #1B1B1B. Windows color (decimal): -15465299 or 11338772. OLE color: 11338772.

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

Color convert

RGB 20 4 173 -
CMYK 0.88 0.98 0 0.32
HSL 245.68º 0.95% 0.35% -
HSV(B) 245.68º 0.98% 0.68% -
XYZ 7.87 3.25 39.75 -
YUV 28.05 209.8 122.26 -
System Red Green Blue C M Y K H S L
Decimal 20 4 173 0.88 0.98 0 0.32 245.68 0.95 0.35
Hex 14 4 AD 58 62 0 20 F6 5F 23
Octal 24 4 255 130 142 0 40 366 137 43
Binary 10100 100 10101101 1011000 1100010 0 100000 11110110 1011111 100011

Color Harmonies of #1404AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404AD

Black with #1404AD

Text Example


Text Example

White with #1404AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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