Html Css Color HEX #07075D Midnight Blue

📋 copy color: '#07075D'

red 7 ◦ green 7 ◦ blue 93

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

Shades of Midnight Blue #07075D

Tints of Midnight Blue #07075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 6.54%
G = 6.54%
B = 86.92%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07075D (or 0x07075D) is known color: Midnight Blue. HEX triplet: 07, 07 and 5D. RGB value is (7,7,93). Sum of RGB (Red+Green+Blue) = 7+7+93=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #07075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07075D is #F8F8A2. Grayscale: #101010. Windows color (decimal): -16316579 or 6096647. OLE color: 6096647.

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

Color convert

RGB 7 7 93 -
CMYK 0.92 0.92 0 0.64
HSL 240º 0.86% 0.2% -
HSV(B) 240º 0.92% 0.36% -
XYZ 2.14 0.99 10.43 -
YUV 16.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 7 7 93 0.92 0.92 0 0.64 240 0.86 0.2
Hex 7 7 5D 5C 5C 0 40 F0 56 14
Octal 7 7 135 134 134 0 100 360 126 24
Binary 111 111 1011101 1011100 1011100 0 1000000 11110000 1010110 10100

Color Harmonies of #07075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07075D

Black with #07075D

Text Example


Text Example

White with #07075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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