Html Css Color HEX #081877 Midnight Blue

📋 copy color: '#081877'

red 8 ◦ green 24 ◦ blue 119

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

Shades of Midnight Blue #081877

Tints of Midnight Blue #081877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 5.3%
G = 15.89%
B = 78.81%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#081877 (or 0x081877) is known color: Midnight Blue. HEX triplet: 08, 18 and 77. RGB value is (8,24,119). Sum of RGB (Red+Green+Blue) = 8+24+119=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #081877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081877 is #F7E788. Grayscale: #1D1D1D. Windows color (decimal): -16246665 or 7804936. OLE color: 7804936.

HSL color Cylindrical-coordinate representation of color #081877: hue angle of 231.35º 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 #081877 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 24 119 -
CMYK 0.93 0.80 0 0.53
HSL 231.35º 0.87% 0.25% -
HSV(B) 231.35º 0.93% 0.47% -
XYZ 3.76 2.04 17.65 -
YUV 30.05 178.2 112.28 -
System Red Green Blue C M Y K H S L
Decimal 8 24 119 0.93 0.80 0 0.53 231.35 0.87 0.25
Hex 8 18 77 5D 50 0 35 E7 57 19
Octal 10 30 167 135 120 0 65 347 127 31
Binary 1000 11000 1110111 1011101 1010000 0 110101 11100111 1010111 11001

Color Harmonies of #081877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081877

Black with #081877

Text Example


Text Example

White with #081877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081877; }

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

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

background-color css

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

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

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

border-color css

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

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

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