Html Css Color HEX #080C52 Midnight Blue

📋 copy color: '#080C52'

red 8 ◦ green 12 ◦ blue 82

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

Shades of Midnight Blue #080C52

Tints of Midnight Blue #080C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.76%

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

R = 7.84%
G = 11.76%
B = 80.39%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080C52 (or 0x080C52) is known color: Midnight Blue. HEX triplet: 08, 0C and 52. RGB value is (8,12,82). Sum of RGB (Red+Green+Blue) = 8+12+82=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #080C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C52 is #F7F3AD. Grayscale: #121212. Windows color (decimal): -16249774 or 5377032. OLE color: 5377032.

HSL color Cylindrical-coordinate representation of color #080C52: hue angle of 236.76º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C52 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 12 82 -
CMYK 0.90 0.85 0 0.68
HSL 236.76º 0.82% 0.18% -
HSV(B) 236.76º 0.9% 0.32% -
XYZ 1.75 0.92 8.07 -
YUV 18.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 8 12 82 0.90 0.85 0 0.68 236.76 0.82 0.18
Hex 8 C 52 5A 55 0 44 ED 52 12
Octal 10 14 122 132 125 0 104 355 122 22
Binary 1000 1100 1010010 1011010 1010101 0 1000100 11101101 1010010 10010

Color Harmonies of #080C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C52

Black with #080C52

Text Example


Text Example

White with #080C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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