Html Css Color HEX #080652 Midnight Blue

📋 copy color: '#080652'

red 8 ◦ green 6 ◦ blue 82

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

Shades of Midnight Blue #080652

Tints of Midnight Blue #080652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 8.33%
G = 6.25%
B = 85.42%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080652 (or 0x080652) is known color: Midnight Blue. HEX triplet: 08, 06 and 52. RGB value is (8,6,82). Sum of RGB (Red+Green+Blue) = 8+6+82=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 82 (32.42% from 255 or 85.42% from 96); Max value from RGB is 82 - color contains mainly: blue. Hex color #080652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080652 is #F7F9AD. Grayscale: #0E0E0E. Windows color (decimal): -16251310 or 5375496. OLE color: 5375496.

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

Color convert

RGB 8 6 82 -
CMYK 0.90 0.93 0 0.68
HSL 241.58º 0.86% 0.17% -
HSV(B) 241.58º 0.93% 0.32% -
XYZ 1.69 0.79 8.05 -
YUV 15.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 8 6 82 0.90 0.93 0 0.68 241.58 0.86 0.17
Hex 8 6 52 5A 5D 0 44 F2 56 11
Octal 10 6 122 132 135 0 104 362 126 21
Binary 1000 110 1010010 1011010 1011101 0 1000100 11110010 1010110 10001

Color Harmonies of #080652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080652

Black with #080652

Text Example


Text Example

White with #080652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080652; }

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

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

background-color css

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

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

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

border-color css

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

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

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