Html Css Color HEX #081343 Midnight Express

📋 copy color: '#081343'

red 8 ◦ green 19 ◦ blue 67

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

Shades of Midnight Express #081343

Tints of Midnight Express #081343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 71.28%

R = 8.51%
G = 20.21%
B = 71.28%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#081343 (or 0x081343) is known color: Midnight Express. HEX triplet: 08, 13 and 43. RGB value is (8,19,67). Sum of RGB (Red+Green+Blue) = 8+19+67=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 67 (26.56% from 255 or 71.28% from 94); Max value from RGB is 67 - color contains mainly: blue. Hex color #081343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081343 is #F7ECBC. Grayscale: #141414. Windows color (decimal): -16247997 or 4395784. OLE color: 4395784.

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

Color convert

RGB 8 19 67 -
CMYK 0.88 0.72 0 0.74
HSL 228.81º 0.79% 0.15% -
HSV(B) 228.81º 0.88% 0.26% -
XYZ 1.35 0.92 5.42 -
YUV 21.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 8 19 67 0.88 0.72 0 0.74 228.81 0.79 0.15
Hex 8 13 43 58 48 0 4A E5 4F F
Octal 10 23 103 130 110 0 112 345 117 17
Binary 1000 10011 1000011 1011000 1001000 0 1001010 11100101 1001111 1111

Color Harmonies of #081343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081343

Black with #081343

Text Example


Text Example

White with #081343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081343; }

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

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

background-color css

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

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

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

border-color css

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

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

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