Html Css Color HEX #1401AC New Midnight Blue

📋 copy color: '#1401AC'

red 20 ◦ green 1 ◦ blue 172

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

Shades of New Midnight Blue #1401AC

Tints of New Midnight Blue #1401AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 89.12%

R = 10.36%
G = 0.52%
B = 89.12%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1401AC (or 0x1401AC) is known color: New Midnight Blue. HEX triplet: 14, 01 and AC. RGB value is (20,1,172). Sum of RGB (Red+Green+Blue) = 20+1+172=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 172 (67.58% from 255 or 89.12% from 193); Max value from RGB is 172 - color contains mainly: blue. Hex color #1401AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401AC is #EBFE53. Grayscale: #191919. Windows color (decimal): -15466068 or 11272468. OLE color: 11272468.

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

Color convert

RGB 20 1 172 -
CMYK 0.88 0.99 0 0.33
HSL 246.67º 0.99% 0.34% -
HSV(B) 246.67º 0.99% 0.67% -
XYZ 7.75 3.15 39.23 -
YUV 26.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 20 1 172 0.88 0.99 0 0.33 246.67 0.99 0.34
Hex 14 1 AC 58 63 0 21 F7 63 22
Octal 24 1 254 130 143 0 41 367 143 42
Binary 10100 1 10101100 1011000 1100011 0 100001 11110111 1100011 100010

Color Harmonies of #1401AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401AC

Black with #1401AC

Text Example


Text Example

White with #1401AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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