Html Css Color HEX #070052 Midnight Blue

📋 copy color: '#070052'

red 7 ◦ green 0 ◦ blue 82

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

Shades of Midnight Blue #070052

Tints of Midnight Blue #070052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 92.13%

R = 7.87%
G = 0%
B = 92.13%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070052 (or 0x070052) is known color: Midnight Blue. HEX triplet: 07, 00 and 52. RGB value is (7,0,82). Sum of RGB (Red+Green+Blue) = 7+0+82=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 82 (32.42% from 255 or 92.13% from 89); Max value from RGB is 82 - color contains mainly: blue. Hex color #070052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070052 is #F8FFAD. Grayscale: #0B0B0B. Windows color (decimal): -16318382 or 5373959. OLE color: 5373959.

HSL color Cylindrical-coordinate representation of color #070052: hue angle of 245.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070052 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 0 82 -
CMYK 0.91 1 0 0.68
HSL 245.12º 1% 0.16% -
HSV(B) 245.12º 1% 0.32% -
XYZ 1.61 0.65 8.02 -
YUV 11.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 7 0 82 0.91 1 0 0.68 245.12 1 0.16
Hex 7 0 52 5B 64 0 44 F5 64 10
Octal 7 0 122 133 144 0 104 365 144 20
Binary 111 0 1010010 1011011 1100100 0 1000100 11110101 1100100 10000

Color Harmonies of #070052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070052

Black with #070052

Text Example


Text Example

White with #070052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070052; }

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

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

background-color css

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

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

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

border-color css

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

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

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