Html Css Color HEX #080343 Midnight Express

📋 copy color: '#080343'

red 8 ◦ green 3 ◦ blue 67

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

Shades of Midnight Express #080343

Tints of Midnight Express #080343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.85%

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

R = 10.26%
G = 3.85%
B = 85.9%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#080343 (or 0x080343) is known color: Midnight Express. HEX triplet: 08, 03 and 43. RGB value is (8,3,67). Sum of RGB (Red+Green+Blue) = 8+3+67=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #080343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080343 is #F7FCBC. Grayscale: #0B0B0B. Windows color (decimal): -16252093 or 4391688. OLE color: 4391688.

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

Color convert

RGB 8 3 67 -
CMYK 0.88 0.96 0 0.74
HSL 244.69º 0.91% 0.14% -
HSV(B) 244.69º 0.96% 0.26% -
XYZ 1.15 0.52 5.35 -
YUV 11.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 8 3 67 0.88 0.96 0 0.74 244.69 0.91 0.14
Hex 8 3 43 58 60 0 4A F5 5B E
Octal 10 3 103 130 140 0 112 365 133 16
Binary 1000 11 1000011 1011000 1100000 0 1001010 11110101 1011011 1110

Color Harmonies of #080343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080343

Black with #080343

Text Example


Text Example

White with #080343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080343; }

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

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

background-color css

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

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

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

border-color css

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

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

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