Html Css Color HEX #1404AB New Midnight Blue

📋 copy color: '#1404AB'

red 20 ◦ green 4 ◦ blue 171

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

Shades of New Midnight Blue #1404AB

Tints of New Midnight Blue #1404AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 87.69%

R = 10.26%
G = 2.05%
B = 87.69%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1404AB (or 0x1404AB) is known color: New Midnight Blue. HEX triplet: 14, 04 and AB. RGB value is (20,4,171). Sum of RGB (Red+Green+Blue) = 20+4+171=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #1404AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AB is #EBFB54. Grayscale: #1B1B1B. Windows color (decimal): -15465301 or 11207700. OLE color: 11207700.

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

Color convert

RGB 20 4 171 -
CMYK 0.88 0.98 0 0.33
HSL 245.75º 0.95% 0.34% -
HSV(B) 245.75º 0.98% 0.67% -
XYZ 7.68 3.18 38.74 -
YUV 27.82 208.8 122.42 -
System Red Green Blue C M Y K H S L
Decimal 20 4 171 0.88 0.98 0 0.33 245.75 0.95 0.34
Hex 14 4 AB 58 62 0 21 F6 5F 22
Octal 24 4 253 130 142 0 41 366 137 42
Binary 10100 100 10101011 1011000 1100010 0 100001 11110110 1011111 100010

Color Harmonies of #1404AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404AB

Black with #1404AB

Text Example


Text Example

White with #1404AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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