Html Css Color HEX #080645 Midnight Express

📋 copy color: '#080645'

red 8 ◦ green 6 ◦ blue 69

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

Shades of Midnight Express #080645

Tints of Midnight Express #080645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 83.13%

R = 9.64%
G = 7.23%
B = 83.13%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080645 (or 0x080645) is known color: Midnight Express. HEX triplet: 08, 06 and 45. RGB value is (8,6,69). Sum of RGB (Red+Green+Blue) = 8+6+69=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #080645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080645 is #F7F9BA. Grayscale: #0D0D0D. Windows color (decimal): -16251323 or 4523528. OLE color: 4523528.

HSL color Cylindrical-coordinate representation of color #080645: hue angle of 241.9º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080645 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 6 69 -
CMYK 0.88 0.91 0 0.73
HSL 241.9º 0.84% 0.15% -
HSV(B) 241.9º 0.91% 0.27% -
XYZ 1.24 0.61 5.68 -
YUV 13.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 8 6 69 0.88 0.91 0 0.73 241.9 0.84 0.15
Hex 8 6 45 58 5B 0 49 F2 54 F
Octal 10 6 105 130 133 0 111 362 124 17
Binary 1000 110 1000101 1011000 1011011 0 1001001 11110010 1010100 1111

Color Harmonies of #080645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080645

Black with #080645

Text Example


Text Example

White with #080645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080645; }

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

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

background-color css

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

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

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

border-color css

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

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

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