#070C54

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

Shades of Midnight Blue #070C54

Tints of Midnight Blue #070C54

Color information

#070C54 (or 0x070C54) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 54. RGB value is (7,12,84). Sum of RGB (Red+Green+Blue) = 7+12+84=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #070C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C54 is #F8F3AB. Grayscale: #121212. Windows color (decimal): -16315308 or 5508103. OLE color: 5508103.

HSL color Cylindrical-coordinate representation of color #070C54: hue angle of 236.1º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C54 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71284-
CMYK0.920.8600.67
HSL236.1º84.62%17.84%-
HSV(B)236.1º91.67%32.94%-
XYZ1.820.958.47-
YUV18.71164.84119.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 84 (33.20% from 255) = 81.55%
R=6.80%
G=11.65%
B=81.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal712840.920.8600.67236.184.6217.84
Hex7C545C56043ec5512
Octal714124134126010335412522
Binary11111001010100101110010101100100001111101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070C54; }

 p { color: rgb(7,12,84); }

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

<style>
 a { background-color: #070C54; }

 a { background-color: rgb(7,12,84); }

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

<style>
 span { border-color: #070C54; }

 span { border-color: rgb(7,12,84); }

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