#07065D

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

Shades of Midnight Blue #07065D

Tints of Midnight Blue #07065D

Color information

#07065D (or 0x07065D) is unknown color: approx Midnight Blue. HEX triplet: 07, 06 and 5D. RGB value is (7,6,93). Sum of RGB (Red+Green+Blue) = 7+6+93=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #07065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07065D is #F8F9A2. Grayscale: #0F0F0F. Windows color (decimal): -16316835 or 6096391. OLE color: 6096391.

HSL color Cylindrical-coordinate representation of color #07065D: hue angle of 240.69º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07065D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB7693-
CMYK0.920.9400.64
HSL240.69º87.88%19.41%-
HSV(B)240.69º93.55%36.47%-
XYZ2.130.9710.43-
YUV16.22171.33121.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 93 (36.72% from 255) = 87.74%
R=6.60%
G=5.66%
B=87.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal76930.920.9400.64240.6987.8819.41
Hex765D5C5E040f15813
Octal76135134136010036113023
Binary1111101011101101110010111100100000011110001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07065D; }

 p { color: rgb(7,6,93); }

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

<style>
 a { background-color: #07065D; }

 a { background-color: rgb(7,6,93); }

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

<style>
 span { border-color: #07065D; }

 span { border-color: rgb(7,6,93); }

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