Html Css Color HEX #081376 Midnight Blue

📋 copy color: '#081376'

red 8 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #081376

Tints of Midnight Blue #081376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 118 (46.48% from 255) = 81.38%

R = 5.52%
G = 13.1%
B = 81.38%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#081376 (or 0x081376) is known color: Midnight Blue. HEX triplet: 08, 13 and 76. RGB value is (8,19,118). Sum of RGB (Red+Green+Blue) = 8+19+118=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #081376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081376 is #F7EC89. Grayscale: #1A1A1A. Windows color (decimal): -16247946 or 7738120. OLE color: 7738120.

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

Color convert

RGB 8 19 118 -
CMYK 0.93 0.84 0 0.54
HSL 234º 0.87% 0.25% -
HSV(B) 234º 0.93% 0.46% -
XYZ 3.6 1.83 17.3 -
YUV 27 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 8 19 118 0.93 0.84 0 0.54 234 0.87 0.25
Hex 8 13 76 5D 54 0 36 EA 57 19
Octal 10 23 166 135 124 0 66 352 127 31
Binary 1000 10011 1110110 1011101 1010100 0 110110 11101010 1010111 11001

Color Harmonies of #081376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081376

Black with #081376

Text Example


Text Example

White with #081376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081376; }

 p { color: rgb(8,19,118); }

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

background-color css

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

 a { background-color: rgb(8,19,118); }

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

border-color css

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

 span { border-color: rgb(8,19,118); }

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