Html Css Color HEX #070059 Midnight Blue

📋 copy color: '#070059'

red 7 ◦ green 0 ◦ blue 89

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

Shades of Midnight Blue #070059

Tints of Midnight Blue #070059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 92.71%

R = 7.29%
G = 0%
B = 92.71%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#070059 (or 0x070059) is known color: Midnight Blue. HEX triplet: 07, 00 and 59. RGB value is (7,0,89). Sum of RGB (Red+Green+Blue) = 7+0+89=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 89 (35.16% from 255 or 92.71% from 96); Max value from RGB is 89 - color contains mainly: blue. Hex color #070059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070059 is #F8FFA6. Grayscale: #0B0B0B. Windows color (decimal): -16318375 or 5832711. OLE color: 5832711.

HSL color Cylindrical-coordinate representation of color #070059: hue angle of 244.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070059 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 0 89 -
CMYK 0.92 1 0 0.65
HSL 244.72º 1% 0.17% -
HSV(B) 244.72º 1% 0.35% -
XYZ 1.89 0.77 9.5 -
YUV 12.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 7 0 89 0.92 1 0 0.65 244.72 1 0.17
Hex 7 0 59 5C 64 0 41 F5 64 11
Octal 7 0 131 134 144 0 101 365 144 21
Binary 111 0 1011001 1011100 1100100 0 1000001 11110101 1100100 10001

Color Harmonies of #070059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070059

Black with #070059

Text Example


Text Example

White with #070059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070059; }

 p { color: rgb(7,0,89); }

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

background-color css

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

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

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

border-color css

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

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

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