#07014F

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

Shades of Midnight Blue #07014F

Tints of Midnight Blue #07014F

Color information

#07014F (or 0x07014F) is unknown color: approx Midnight Blue. HEX triplet: 07, 01 and 4F. RGB value is (7,1,79). Sum of RGB (Red+Green+Blue) = 7+1+79=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 79 (31.25% from 255 or 90.80% from 87); Max value from RGB is 79 - color contains mainly: blue. Hex color #07014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07014F is #F8FEB0. Grayscale: #0B0B0B. Windows color (decimal): -16318129 or 5177607. OLE color: 5177607.

HSL color Cylindrical-coordinate representation of color #07014F: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07014F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB7179-
CMYK0.910.9900.69
HSL244.62º97.5%15.69%-
HSV(B)244.62º98.73%30.98%-
XYZ1.510.637.44-
YUV11.69165.99124.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 79 (31.25% from 255) = 90.80%
R=8.05%
G=1.15%
B=90.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal71790.910.9900.69244.6297.515.69
Hex714F5B63045f56210
Octal71117133143010536514220
Binary11111001111101101111000110100010111110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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