Html Css Color HEX #07064D Midnight Blue

📋 copy color: '#07064D'

red 7 ◦ green 6 ◦ blue 77

#07064D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #07064D

Tints of Midnight Blue #07064D

RGB

 RED value IS 7 (3.13% from 255) = 7.78%

 GREEN value IS 6 (2.73% from 255) = 6.67%

 BLUE value IS 77 (30.47% from 255) = 85.56%

R = 7.78%
G = 6.67%
B = 85.56%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07064D (or 0x07064D) is known color: Midnight Blue. HEX triplet: 07, 06 and 4D. RGB value is (7,6,77). Sum of RGB (Red+Green+Blue) = 7+6+77=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #07064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07064D is #F8F9B2. Grayscale: #0E0E0E. Windows color (decimal): -16316851 or 5047815. OLE color: 5047815.

HSL color Cylindrical-coordinate representation of color #07064D: hue angle of 240.85º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07064D is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 6 77 -
CMYK 0.91 0.92 0 0.70
HSL 240.85º 0.86% 0.16% -
HSV(B) 240.85º 0.92% 0.3% -
XYZ 1.49 0.71 7.08 -
YUV 14.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 7 6 77 0.91 0.92 0 0.70 240.85 0.86 0.16
Hex 7 6 4D 5B 5C 0 46 F1 56 10
Octal 7 6 115 133 134 0 106 361 126 20
Binary 111 110 1001101 1011011 1011100 0 1000110 11110001 1010110 10000

Color Harmonies of #07064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07064D

Black with #07064D

Text Example


Text Example

White with #07064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07064D;
 }
 .AnyTagClassName
 {
   color: #07064D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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