Html Css Color HEX #081874 Midnight Blue

📋 copy color: '#081874'

red 8 ◦ green 24 ◦ blue 116

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

Shades of Midnight Blue #081874

Tints of Midnight Blue #081874

RGB

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

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

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

R = 5.41%
G = 16.22%
B = 78.38%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081874 (or 0x081874) is known color: Midnight Blue. HEX triplet: 08, 18 and 74. RGB value is (8,24,116). Sum of RGB (Red+Green+Blue) = 8+24+116=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #081874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081874 is #F7E78B. Grayscale: #1D1D1D. Windows color (decimal): -16246668 or 7608328. OLE color: 7608328.

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

Color convert

RGB 8 24 116 -
CMYK 0.93 0.79 0 0.55
HSL 231.11º 0.87% 0.24% -
HSV(B) 231.11º 0.93% 0.45% -
XYZ 3.58 1.97 16.71 -
YUV 29.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 8 24 116 0.93 0.79 0 0.55 231.11 0.87 0.24
Hex 8 18 74 5D 4F 0 37 E7 57 18
Octal 10 30 164 135 117 0 67 347 127 30
Binary 1000 11000 1110100 1011101 1001111 0 110111 11100111 1010111 11000

Color Harmonies of #081874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081874

Black with #081874

Text Example


Text Example

White with #081874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081874; }

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

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

background-color css

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

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

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

border-color css

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

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

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