Html Css Color HEX #081344 Midnight Express

📋 copy color: '#081344'

red 8 ◦ green 19 ◦ blue 68

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

Shades of Midnight Express #081344

Tints of Midnight Express #081344

RGB

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

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

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

R = 8.42%
G = 20%
B = 71.58%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#081344 (or 0x081344) is known color: Midnight Express. HEX triplet: 08, 13 and 44. RGB value is (8,19,68). Sum of RGB (Red+Green+Blue) = 8+19+68=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #081344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081344 is #F7ECBB. Grayscale: #151515. Windows color (decimal): -16247996 or 4461320. OLE color: 4461320.

HSL color Cylindrical-coordinate representation of color #081344: hue angle of 229º 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 #081344 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 19 68 -
CMYK 0.88 0.72 0 0.73
HSL 229º 0.79% 0.15% -
HSV(B) 229º 0.88% 0.27% -
XYZ 1.38 0.93 5.58 -
YUV 21.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 8 19 68 0.88 0.72 0 0.73 229 0.79 0.15
Hex 8 13 44 58 48 0 49 E5 4F F
Octal 10 23 104 130 110 0 111 345 117 17
Binary 1000 10011 1000100 1011000 1001000 0 1001001 11100101 1001111 1111

Color Harmonies of #081344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081344

Black with #081344

Text Example


Text Example

White with #081344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081344; }

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

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

background-color css

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

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

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

border-color css

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

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

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