Html Css Color HEX #081981 Midnight Blue

📋 copy color: '#081981'

red 8 ◦ green 25 ◦ blue 129

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

Shades of Midnight Blue #081981

Tints of Midnight Blue #081981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 129 (50.78% from 255) = 79.63%

R = 4.94%
G = 15.43%
B = 79.63%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#081981 (or 0x081981) is known color: Midnight Blue. HEX triplet: 08, 19 and 81. RGB value is (8,25,129). Sum of RGB (Red+Green+Blue) = 8+25+129=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 129 (50.78% from 255 or 79.63% from 162); Max value from RGB is 129 - color contains mainly: blue. Hex color #081981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081981 is #F7E67E. Grayscale: #1F1F1F. Windows color (decimal): -16246399 or 8460552. OLE color: 8460552.

HSL color Cylindrical-coordinate representation of color #081981: hue angle of 231.57º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081981 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 25 129 -
CMYK 0.94 0.81 0 0.49
HSL 231.57º 0.88% 0.27% -
HSV(B) 231.57º 0.94% 0.51% -
XYZ 4.41 2.33 20.99 -
YUV 31.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 8 25 129 0.94 0.81 0 0.49 231.57 0.88 0.27
Hex 8 19 81 5E 51 0 31 E8 58 1B
Octal 10 31 201 136 121 0 61 350 130 33
Binary 1000 11001 10000001 1011110 1010001 0 110001 11101000 1011000 11011

Color Harmonies of #081981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081981

Black with #081981

Text Example


Text Example

White with #081981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081981; }

 p { color: rgb(8,25,129); }

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

background-color css

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

 a { background-color: rgb(8,25,129); }

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

border-color css

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

 span { border-color: rgb(8,25,129); }

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