Html Css Color HEX #1404AF New Midnight Blue

📋 copy color: '#1404AF'

red 20 ◦ green 4 ◦ blue 175

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

Shades of New Midnight Blue #1404AF

Tints of New Midnight Blue #1404AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 87.94%

R = 10.05%
G = 2.01%
B = 87.94%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1404AF (or 0x1404AF) is known color: New Midnight Blue. HEX triplet: 14, 04 and AF. RGB value is (20,4,175). Sum of RGB (Red+Green+Blue) = 20+4+175=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #1404AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404AF is #EBFB50. Grayscale: #1B1B1B. Windows color (decimal): -15465297 or 11469844. OLE color: 11469844.

HSL color Cylindrical-coordinate representation of color #1404AF: hue angle of 245.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404AF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 4 175 -
CMYK 0.89 0.98 0 0.31
HSL 245.61º 0.96% 0.35% -
HSV(B) 245.61º 0.98% 0.69% -
XYZ 8.07 3.33 40.78 -
YUV 28.28 210.8 122.1 -
System Red Green Blue C M Y K H S L
Decimal 20 4 175 0.89 0.98 0 0.31 245.61 0.96 0.35
Hex 14 4 AF 59 62 0 1F F6 60 23
Octal 24 4 257 131 142 0 37 366 140 43
Binary 10100 100 10101111 1011001 1100010 0 11111 11110110 1100000 100011

Color Harmonies of #1404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404AF

Black with #1404AF

Text Example


Text Example

White with #1404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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