Html Css Color HEX #080752 Midnight Blue

📋 copy color: '#080752'

red 8 ◦ green 7 ◦ blue 82

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

Shades of Midnight Blue #080752

Tints of Midnight Blue #080752

RGB

 RED value IS 8 (3.52% from 255) = 8.25%

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

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

R = 8.25%
G = 7.22%
B = 84.54%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080752 (or 0x080752) is known color: Midnight Blue. HEX triplet: 08, 07 and 52. RGB value is (8,7,82). Sum of RGB (Red+Green+Blue) = 8+7+82=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 82 (32.42% from 255 or 84.54% from 97); Max value from RGB is 82 - color contains mainly: blue. Hex color #080752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080752 is #F7F8AD. Grayscale: #0F0F0F. Windows color (decimal): -16251054 or 5375752. OLE color: 5375752.

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

Color convert

RGB 8 7 82 -
CMYK 0.90 0.91 0 0.68
HSL 240.8º 0.84% 0.17% -
HSV(B) 240.8º 0.91% 0.32% -
XYZ 1.7 0.81 8.05 -
YUV 15.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 8 7 82 0.90 0.91 0 0.68 240.8 0.84 0.17
Hex 8 7 52 5A 5B 0 44 F1 54 11
Octal 10 7 122 132 133 0 104 361 124 21
Binary 1000 111 1010010 1011010 1011011 0 1000100 11110001 1010100 10001

Color Harmonies of #080752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080752

Black with #080752

Text Example


Text Example

White with #080752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080752; }

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

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

background-color css

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

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

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

border-color css

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

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

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