Html Css Color HEX #081844 Midnight Express

📋 copy color: '#081844'

red 8 ◦ green 24 ◦ blue 68

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

Shades of Midnight Express #081844

Tints of Midnight Express #081844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 68%

R = 8%
G = 24%
B = 68%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#081844 (or 0x081844) is known color: Midnight Express. HEX triplet: 08, 18 and 44. RGB value is (8,24,68). Sum of RGB (Red+Green+Blue) = 8+24+68=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #081844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081844 is #F7E7BB. Grayscale: #181818. Windows color (decimal): -16246716 or 4462600. OLE color: 4462600.

HSL color Cylindrical-coordinate representation of color #081844: hue angle of 224º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081844 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 24 68 -
CMYK 0.88 0.65 0 0.73
HSL 224º 0.79% 0.15% -
HSV(B) 224º 0.88% 0.27% -
XYZ 1.47 1.12 5.61 -
YUV 24.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 8 24 68 0.88 0.65 0 0.73 224 0.79 0.15
Hex 8 18 44 58 41 0 49 E0 4F F
Octal 10 30 104 130 101 0 111 340 117 17
Binary 1000 11000 1000100 1011000 1000001 0 1001001 11100000 1001111 1111

Color Harmonies of #081844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081844

Black with #081844

Text Example


Text Example

White with #081844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081844; }

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

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

background-color css

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

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

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

border-color css

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

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

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