Html Css Color HEX #081346 Midnight Express

📋 copy color: '#081346'

red 8 ◦ green 19 ◦ blue 70

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

Shades of Midnight Express #081346

Tints of Midnight Express #081346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.16%

R = 8.25%
G = 19.59%
B = 72.16%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#081346 (or 0x081346) is known color: Midnight Express. HEX triplet: 08, 13 and 46. RGB value is (8,19,70). Sum of RGB (Red+Green+Blue) = 8+19+70=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #081346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081346 is #F7ECB9. Grayscale: #151515. Windows color (decimal): -16247994 or 4592392. OLE color: 4592392.

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

Color convert

RGB 8 19 70 -
CMYK 0.89 0.73 0 0.73
HSL 229.35º 0.79% 0.15% -
HSV(B) 229.35º 0.89% 0.27% -
XYZ 1.44 0.96 5.9 -
YUV 21.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 8 19 70 0.89 0.73 0 0.73 229.35 0.79 0.15
Hex 8 13 46 59 49 0 49 E5 4F F
Octal 10 23 106 131 111 0 111 345 117 17
Binary 1000 10011 1000110 1011001 1001001 0 1001001 11100101 1001111 1111

Color Harmonies of #081346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081346

Black with #081346

Text Example


Text Example

White with #081346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081346; }

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

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

background-color css

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

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

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

border-color css

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

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

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