Html Css Color HEX #1407AF New Midnight Blue

📋 copy color: '#1407AF'

red 20 ◦ green 7 ◦ blue 175

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

Shades of New Midnight Blue #1407AF

Tints of New Midnight Blue #1407AF

RGB

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

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

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

R = 9.9%
G = 3.47%
B = 86.63%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1407AF (or 0x1407AF) is known color: New Midnight Blue. HEX triplet: 14, 07 and AF. RGB value is (20,7,175). Sum of RGB (Red+Green+Blue) = 20+7+175=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 175 (68.75% from 255 or 86.63% from 202); Max value from RGB is 175 - color contains mainly: blue. Hex color #1407AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1407AF is #EBF850. Grayscale: #1D1D1D. Windows color (decimal): -15464529 or 11470612. OLE color: 11470612.

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

Color convert

RGB 20 7 175 -
CMYK 0.89 0.96 0 0.31
HSL 244.64º 0.92% 0.36% -
HSV(B) 244.64º 0.96% 0.69% -
XYZ 8.1 3.4 40.79 -
YUV 30.04 209.81 120.84 -
System Red Green Blue C M Y K H S L
Decimal 20 7 175 0.89 0.96 0 0.31 244.64 0.92 0.36
Hex 14 7 AF 59 60 0 1F F5 5C 24
Octal 24 7 257 131 140 0 37 365 134 44
Binary 10100 111 10101111 1011001 1100000 0 11111 11110101 1011100 100100

Color Harmonies of #1407AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407AF

Black with #1407AF

Text Example


Text Example

White with #1407AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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