Html Css Color HEX #080C61 Midnight Blue

📋 copy color: '#080C61'

red 8 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #080C61

Tints of Midnight Blue #080C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 82.91%

R = 6.84%
G = 10.26%
B = 82.91%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080C61 (or 0x080C61) is known color: Midnight Blue. HEX triplet: 08, 0C and 61. RGB value is (8,12,97). Sum of RGB (Red+Green+Blue) = 8+12+97=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #080C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C61 is #F7F39E. Grayscale: #141414. Windows color (decimal): -16249759 or 6360072. OLE color: 6360072.

HSL color Cylindrical-coordinate representation of color #080C61: hue angle of 237.3º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C61 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 12 97 -
CMYK 0.92 0.88 0 0.62
HSL 237.3º 0.85% 0.21% -
HSV(B) 237.3º 0.92% 0.38% -
XYZ 2.39 1.18 11.41 -
YUV 20.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 8 12 97 0.92 0.88 0 0.62 237.3 0.85 0.21
Hex 8 C 61 5C 58 0 3E ED 55 15
Octal 10 14 141 134 130 0 76 355 125 25
Binary 1000 1100 1100001 1011100 1011000 0 111110 11101101 1010101 10101

Color Harmonies of #080C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C61

Black with #080C61

Text Example


Text Example

White with #080C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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