Html Css Color HEX #07065D Midnight Blue

📋 copy color: '#07065D'

red 7 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #07065D

Tints of Midnight Blue #07065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 87.74%

R = 6.6%
G = 5.66%
B = 87.74%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07065D (or 0x07065D) is known color: 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

RGB 7 6 93 -
CMYK 0.92 0.94 0 0.64
HSL 240.69º 0.88% 0.19% -
HSV(B) 240.69º 0.94% 0.36% -
XYZ 2.13 0.97 10.43 -
YUV 16.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 7 6 93 0.92 0.94 0 0.64 240.69 0.88 0.19
Hex 7 6 5D 5C 5E 0 40 F1 58 13
Octal 7 6 135 134 136 0 100 361 130 23
Binary 111 110 1011101 1011100 1011110 0 1000000 11110001 1011000 10011

Color Harmonies of #07065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07065D

Black with #07065D

Text Example


Text Example

White with #07065D

Text Example


Text Example

HTML Codes & Css Web 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>