Html Css Color HEX #07055E Midnight Blue

📋 copy color: '#07055E'

red 7 ◦ green 5 ◦ blue 94

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

Shades of Midnight Blue #07055E

Tints of Midnight Blue #07055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

 BLUE value IS 94 (37.11% from 255) = 88.68%

R = 6.6%
G = 4.72%
B = 88.68%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07055E (or 0x07055E) is known color: Midnight Blue. HEX triplet: 07, 05 and 5E. RGB value is (7,5,94). Sum of RGB (Red+Green+Blue) = 7+5+94=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #07055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07055E is #F8FAA1. Grayscale: #0F0F0F. Windows color (decimal): -16317090 or 6161671. OLE color: 6161671.

HSL color Cylindrical-coordinate representation of color #07055E: hue angle of 241.35º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07055E is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 5 94 -
CMYK 0.93 0.95 0 0.63
HSL 241.35º 0.9% 0.19% -
HSV(B) 241.35º 0.95% 0.37% -
XYZ 2.16 0.96 10.66 -
YUV 15.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 7 5 94 0.93 0.95 0 0.63 241.35 0.9 0.19
Hex 7 5 5E 5D 5F 0 3F F1 5A 13
Octal 7 5 136 135 137 0 77 361 132 23
Binary 111 101 1011110 1011101 1011111 0 111111 11110001 1011010 10011

Color Harmonies of #07055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07055E

Black with #07055E

Text Example


Text Example

White with #07055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07055E; }

 p { color: rgb(7,5,94); }

 H1.HeaderClassName
 {
   color: #07055E;
 }
 .AnyTagClassName
 {
   color: #07055E;
 }
</style>

background-color css

<style>
 a { background-color: #07055E; }

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

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

border-color css

<style>
 span { border-color: #07055E; }

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

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