Html Css Color HEX #07094D Midnight Blue

📋 copy color: '#07094D'

red 7 ◦ green 9 ◦ blue 77

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

Shades of Midnight Blue #07094D

Tints of Midnight Blue #07094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 7.53%
G = 9.68%
B = 82.8%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07094D (or 0x07094D) is known color: Midnight Blue. HEX triplet: 07, 09 and 4D. RGB value is (7,9,77). Sum of RGB (Red+Green+Blue) = 7+9+77=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #07094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07094D is #F8F6B2. Grayscale: #0F0F0F. Windows color (decimal): -16316083 or 5048583. OLE color: 5048583.

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

Color convert

RGB 7 9 77 -
CMYK 0.91 0.88 0 0.70
HSL 238.29º 0.83% 0.16% -
HSV(B) 238.29º 0.91% 0.3% -
XYZ 1.52 0.78 7.09 -
YUV 16.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 7 9 77 0.91 0.88 0 0.70 238.29 0.83 0.16
Hex 7 9 4D 5B 58 0 46 EE 53 10
Octal 7 11 115 133 130 0 106 356 123 20
Binary 111 1001 1001101 1011011 1011000 0 1000110 11101110 1010011 10000

Color Harmonies of #07094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07094D

Black with #07094D

Text Example


Text Example

White with #07094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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