Html Css Color HEX #081261 Midnight Blue

📋 copy color: '#081261'

red 8 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #081261

Tints of Midnight Blue #081261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 6.5%
G = 14.63%
B = 78.86%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081261 (or 0x081261) is known color: Midnight Blue. HEX triplet: 08, 12 and 61. RGB value is (8,18,97). Sum of RGB (Red+Green+Blue) = 8+18+97=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #081261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081261 is #F7ED9E. Grayscale: #171717. Windows color (decimal): -16248223 or 6361608. OLE color: 6361608.

HSL color Cylindrical-coordinate representation of color #081261: hue angle of 233.26º 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 #081261 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 18 97 -
CMYK 0.92 0.81 0 0.62
HSL 233.26º 0.85% 0.21% -
HSV(B) 233.26º 0.92% 0.38% -
XYZ 2.47 1.35 11.44 -
YUV 24.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 8 18 97 0.92 0.81 0 0.62 233.26 0.85 0.21
Hex 8 12 61 5C 51 0 3E E9 55 15
Octal 10 22 141 134 121 0 76 351 125 25
Binary 1000 10010 1100001 1011100 1010001 0 111110 11101001 1010101 10101

Color Harmonies of #081261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081261

Black with #081261

Text Example


Text Example

White with #081261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081261; }

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

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

background-color css

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

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

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

border-color css

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

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

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