Html Css Color HEX #080438 Midnight Express

📋 copy color: '#080438'

red 8 ◦ green 4 ◦ blue 56

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

Shades of Midnight Express #080438

Tints of Midnight Express #080438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

 BLUE value IS 56 (22.27% from 255) = 82.35%

R = 11.76%
G = 5.88%
B = 82.35%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080438 (or 0x080438) is known color: Midnight Express. HEX triplet: 08, 04 and 38. RGB value is (8,4,56). Sum of RGB (Red+Green+Blue) = 8+4+56=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #080438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080438 is #F7FBC7. Grayscale: #0A0A0A. Windows color (decimal): -16251848 or 3671048. OLE color: 3671048.

HSL color Cylindrical-coordinate representation of color #080438: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080438 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 4 56 -
CMYK 0.86 0.93 0 0.78
HSL 244.62º 0.87% 0.12% -
HSV(B) 244.62º 0.93% 0.22% -
XYZ 0.86 0.42 3.78 -
YUV 11.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 8 4 56 0.86 0.93 0 0.78 244.62 0.87 0.12
Hex 8 4 38 56 5D 0 4E F5 57 C
Octal 10 4 70 126 135 0 116 365 127 14
Binary 1000 100 111000 1010110 1011101 0 1001110 11110101 1010111 1100

Color Harmonies of #080438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080438

Black with #080438

Text Example


Text Example

White with #080438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080438; }

 p { color: rgb(8,4,56); }

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

background-color css

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

 a { background-color: rgb(8,4,56); }

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

border-color css

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

 span { border-color: rgb(8,4,56); }

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