Html Css Color HEX #08094A Midnight Express

📋 copy color: '#08094A'

red 8 ◦ green 9 ◦ blue 74

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

Shades of Midnight Express #08094A

Tints of Midnight Express #08094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

 BLUE value IS 74 (29.3% from 255) = 81.32%

R = 8.79%
G = 9.89%
B = 81.32%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08094A (or 0x08094A) is known color: Midnight Express. HEX triplet: 08, 09 and 4A. RGB value is (8,9,74). Sum of RGB (Red+Green+Blue) = 8+9+74=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #08094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08094A is #F7F6B5. Grayscale: #0F0F0F. Windows color (decimal): -16250550 or 4851976. OLE color: 4851976.

HSL color Cylindrical-coordinate representation of color #08094A: hue angle of 239.09º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08094A is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 9 74 -
CMYK 0.89 0.88 0 0.71
HSL 239.09º 0.8% 0.16% -
HSV(B) 239.09º 0.89% 0.29% -
XYZ 1.43 0.74 6.55 -
YUV 16.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 8 9 74 0.89 0.88 0 0.71 239.09 0.8 0.16
Hex 8 9 4A 59 58 0 47 EF 50 10
Octal 10 11 112 131 130 0 107 357 120 20
Binary 1000 1001 1001010 1011001 1011000 0 1000111 11101111 1010000 10000

Color Harmonies of #08094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08094A

Black with #08094A

Text Example


Text Example

White with #08094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08094A; }

 p { color: rgb(8,9,74); }

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

background-color css

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

 a { background-color: rgb(8,9,74); }

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

border-color css

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

 span { border-color: rgb(8,9,74); }

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