Html Css Color HEX #080052 Midnight Blue

📋 copy color: '#080052'

red 8 ◦ green 0 ◦ blue 82

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

Shades of Midnight Blue #080052

Tints of Midnight Blue #080052

RGB

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

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

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

R = 8.89%
G = 0%
B = 91.11%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080052 (or 0x080052) is known color: Midnight Blue. HEX triplet: 08, 00 and 52. RGB value is (8,0,82). Sum of RGB (Red+Green+Blue) = 8+0+82=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #080052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080052 is #F7FFAD. Grayscale: #0B0B0B. Windows color (decimal): -16252846 or 5373960. OLE color: 5373960.

HSL color Cylindrical-coordinate representation of color #080052: hue angle of 245.85º 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 #080052 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 0 82 -
CMYK 0.90 1 0 0.68
HSL 245.85º 1% 0.16% -
HSV(B) 245.85º 1% 0.32% -
XYZ 1.62 0.66 8.02 -
YUV 11.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 8 0 82 0.90 1 0 0.68 245.85 1 0.16
Hex 8 0 52 5A 64 0 44 F6 64 10
Octal 10 0 122 132 144 0 104 366 144 20
Binary 1000 0 1010010 1011010 1100100 0 1000100 11110110 1100100 10000

Color Harmonies of #080052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080052

Black with #080052

Text Example


Text Example

White with #080052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080052; }

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

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

background-color css

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

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

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

border-color css

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

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

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