Html Css Color HEX #081074 Midnight Blue

📋 copy color: '#081074'

red 8 ◦ green 16 ◦ blue 116

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

Shades of Midnight Blue #081074

Tints of Midnight Blue #081074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 5.71%
G = 11.43%
B = 82.86%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081074 (or 0x081074) is known color: Midnight Blue. HEX triplet: 08, 10 and 74. RGB value is (8,16,116). Sum of RGB (Red+Green+Blue) = 8+16+116=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #081074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081074 is #F7EF8B. Grayscale: #181818. Windows color (decimal): -16248716 or 7606280. OLE color: 7606280.

HSL color Cylindrical-coordinate representation of color #081074: hue angle of 235.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081074 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 16 116 -
CMYK 0.93 0.86 0 0.55
HSL 235.56º 0.87% 0.24% -
HSV(B) 235.56º 0.93% 0.45% -
XYZ 3.44 1.68 16.67 -
YUV 25.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 8 16 116 0.93 0.86 0 0.55 235.56 0.87 0.24
Hex 8 10 74 5D 56 0 37 EC 57 18
Octal 10 20 164 135 126 0 67 354 127 30
Binary 1000 10000 1110100 1011101 1010110 0 110111 11101100 1010111 11000

Color Harmonies of #081074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081074

Black with #081074

Text Example


Text Example

White with #081074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081074; }

 p { color: rgb(8,16,116); }

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

background-color css

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

 a { background-color: rgb(8,16,116); }

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

border-color css

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

 span { border-color: rgb(8,16,116); }

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