Html Css Color HEX #081977 Midnight Blue

📋 copy color: '#081977'

red 8 ◦ green 25 ◦ blue 119

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

Shades of Midnight Blue #081977

Tints of Midnight Blue #081977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 78.29%

R = 5.26%
G = 16.45%
B = 78.29%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#081977 (or 0x081977) is known color: Midnight Blue. HEX triplet: 08, 19 and 77. RGB value is (8,25,119). Sum of RGB (Red+Green+Blue) = 8+25+119=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #081977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081977 is #F7E688. Grayscale: #1E1E1E. Windows color (decimal): -16246409 or 7805192. OLE color: 7805192.

HSL color Cylindrical-coordinate representation of color #081977: hue angle of 230.81º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081977 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 25 119 -
CMYK 0.93 0.79 0 0.53
HSL 230.81º 0.87% 0.25% -
HSV(B) 230.81º 0.93% 0.47% -
XYZ 3.78 2.08 17.65 -
YUV 30.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 8 25 119 0.93 0.79 0 0.53 230.81 0.87 0.25
Hex 8 19 77 5D 4F 0 35 E7 57 19
Octal 10 31 167 135 117 0 65 347 127 31
Binary 1000 11001 1110111 1011101 1001111 0 110101 11100111 1010111 11001

Color Harmonies of #081977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081977

Black with #081977

Text Example


Text Example

White with #081977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081977; }

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

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

background-color css

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

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

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

border-color css

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

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

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