Html Css Color HEX #080648 Midnight Express

📋 copy color: '#080648'

red 8 ◦ green 6 ◦ blue 72

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

Shades of Midnight Express #080648

Tints of Midnight Express #080648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

 BLUE value IS 72 (28.52% from 255) = 83.72%

R = 9.3%
G = 6.98%
B = 83.72%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080648 (or 0x080648) is known color: Midnight Express. HEX triplet: 08, 06 and 48. RGB value is (8,6,72). Sum of RGB (Red+Green+Blue) = 8+6+72=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #080648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080648 is #F7F9B7. Grayscale: #0D0D0D. Windows color (decimal): -16251320 or 4720136. OLE color: 4720136.

HSL color Cylindrical-coordinate representation of color #080648: hue angle of 241.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080648 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 6 72 -
CMYK 0.89 0.92 0 0.72
HSL 241.82º 0.85% 0.15% -
HSV(B) 241.82º 0.92% 0.28% -
XYZ 1.33 0.65 6.19 -
YUV 14.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 8 6 72 0.89 0.92 0 0.72 241.82 0.85 0.15
Hex 8 6 48 59 5C 0 48 F2 55 F
Octal 10 6 110 131 134 0 110 362 125 17
Binary 1000 110 1001000 1011001 1011100 0 1001000 11110010 1010101 1111

Color Harmonies of #080648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080648

Black with #080648

Text Example


Text Example

White with #080648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080648; }

 p { color: rgb(8,6,72); }

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

background-color css

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

 a { background-color: rgb(8,6,72); }

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

border-color css

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

 span { border-color: rgb(8,6,72); }

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