#07014A

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

Shades of Midnight Blue #07014A

Tints of Midnight Blue #07014A

Color information

#07014A (or 0x07014A) is unknown color: approx Midnight Blue. HEX triplet: 07, 01 and 4A. RGB value is (7,1,74). Sum of RGB (Red+Green+Blue) = 7+1+74=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #07014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07014A is #F8FEB5. Grayscale: #0A0A0A. Windows color (decimal): -16318134 or 4849927. OLE color: 4849927.

HSL color Cylindrical-coordinate representation of color #07014A: hue angle of 244.93º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07014A is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB7174-
CMYK0.910.9900.71
HSL244.93º97.33%14.71%-
HSV(B)244.93º98.65%29.02%-
XYZ1.330.566.52-
YUV11.12163.49125.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 74 (29.30% from 255) = 90.24%
R=8.54%
G=1.22%
B=90.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal71740.910.9900.71244.9397.3314.71
Hex714A5B63047f561f
Octal71112133143010736514117
Binary1111100101010110111100011010001111111010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07014A; }

 p { color: rgb(7,1,74); }

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

<style>
 a { background-color: #07014A; }

 a { background-color: rgb(7,1,74); }

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

<style>
 span { border-color: #07014A; }

 span { border-color: rgb(7,1,74); }

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