Html Css Color HEX #1400AF New Midnight Blue

📋 copy color: '#1400AF'

red 20 ◦ green 0 ◦ blue 175

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

Shades of New Midnight Blue #1400AF

Tints of New Midnight Blue #1400AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.26%
G = 0%
B = 89.74%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1400AF (or 0x1400AF) is known color: New Midnight Blue. HEX triplet: 14, 00 and AF. RGB value is (20,0,175). Sum of RGB (Red+Green+Blue) = 20+0+175=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 175 (68.75% from 255 or 89.74% from 195); Max value from RGB is 175 - color contains mainly: blue. Hex color #1400AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1400AF is #EBFF50. Grayscale: #191919. Windows color (decimal): -15466321 or 11468820. OLE color: 11468820.

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

Color convert

RGB 20 0 175 -
CMYK 0.89 1 0 0.31
HSL 246.86º 1% 0.34% -
HSV(B) 246.86º 1% 0.69% -
XYZ 8.03 3.24 40.76 -
YUV 25.93 212.13 123.77 -
System Red Green Blue C M Y K H S L
Decimal 20 0 175 0.89 1 0 0.31 246.86 1 0.34
Hex 14 0 AF 59 64 0 1F F7 64 22
Octal 24 0 257 131 144 0 37 367 144 42
Binary 10100 0 10101111 1011001 1100100 0 11111 11110111 1100100 100010

Color Harmonies of #1400AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400AF

Black with #1400AF

Text Example


Text Example

White with #1400AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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