Html Css Color HEX #1407AE New Midnight Blue

📋 copy color: '#1407AE'

red 20 ◦ green 7 ◦ blue 174

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

Shades of New Midnight Blue #1407AE

Tints of New Midnight Blue #1407AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.48%

 BLUE value IS 174 (68.36% from 255) = 86.57%

R = 9.95%
G = 3.48%
B = 86.57%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1407AE (or 0x1407AE) is known color: New Midnight Blue. HEX triplet: 14, 07 and AE. RGB value is (20,7,174). Sum of RGB (Red+Green+Blue) = 20+7+174=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #1407AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1407AE is #EBF851. Grayscale: #1D1D1D. Windows color (decimal): -15464530 or 11405076. OLE color: 11405076.

HSL color Cylindrical-coordinate representation of color #1407AE: hue angle of 244.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1407AE is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 7 174 -
CMYK 0.89 0.96 0 0.32
HSL 244.67º 0.92% 0.35% -
HSV(B) 244.67º 0.96% 0.68% -
XYZ 8 3.36 40.27 -
YUV 29.93 209.31 120.92 -
System Red Green Blue C M Y K H S L
Decimal 20 7 174 0.89 0.96 0 0.32 244.67 0.92 0.35
Hex 14 7 AE 59 60 0 20 F5 5C 23
Octal 24 7 256 131 140 0 40 365 134 43
Binary 10100 111 10101110 1011001 1100000 0 100000 11110101 1011100 100011

Color Harmonies of #1407AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407AE

Black with #1407AE

Text Example


Text Example

White with #1407AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1407AE; }

 p { color: rgb(20,7,174); }

 H1.HeaderClassName
 {
   color: #1407AE;
 }
 .AnyTagClassName
 {
   color: #1407AE;
 }
</style>

background-color css

<style>
 a { background-color: #1407AE; }

 a { background-color: rgb(20,7,174); }

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

border-color css

<style>
 span { border-color: #1407AE; }

 span { border-color: rgb(20,7,174); }

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