#1407B0

Color #1407B0 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1407B0

Tints of New Midnight Blue #1407B0

Color information

#1407B0 (or 0x1407B0) is unknown color: approx New Midnight Blue. HEX triplet: 14, 07 and B0. RGB value is (20,7,176). Sum of RGB (Red+Green+Blue) = 20+7+176=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 176 (69.14% from 255 or 86.70% from 203); Max value from RGB is 176 - color contains mainly: blue. Hex color #1407B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1407B0 is #EBF84F. Grayscale: #1D1D1D. Windows color (decimal): -15464528 or 11536148. OLE color: 11536148.

HSL color Cylindrical-coordinate representation of color #1407B0: hue angle of 244.62º 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 #1407B0 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB207176-
CMYK0.890.9600.31
HSL244.62º92.35%35.88%-
HSV(B)244.62º96.02%69.02%-
XYZ8.23.4441.31-
YUV30.15210.31120.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 176 (69.14% from 255) = 86.70%
R=9.85%
G=3.45%
B=86.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2071760.890.9600.31244.6292.3535.88
Hex147B0596001Ff55c24
Octal24726013114003736513444
Binary101001111011000010110011100000011111111101011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1407B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1407B0;
 }
 .AnyTagClassName
 {
   color: #1407B0;
 }
</style>
background-color css

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

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

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

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

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

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