Html Css Color HEX #080F47 Midnight Express

📋 copy color: '#080F47'

red 8 ◦ green 15 ◦ blue 71

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

Shades of Midnight Express #080F47

Tints of Midnight Express #080F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.96%

 BLUE value IS 71 (28.13% from 255) = 75.53%

R = 8.51%
G = 15.96%
B = 75.53%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080F47 (or 0x080F47) is known color: Midnight Express. HEX triplet: 08, 0F and 47. RGB value is (8,15,71). Sum of RGB (Red+Green+Blue) = 8+15+71=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #080F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F47 is #F7F0B8. Grayscale: #131313. Windows color (decimal): -16249017 or 4656904. OLE color: 4656904.

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

Color convert

RGB 8 15 71 -
CMYK 0.89 0.79 0 0.72
HSL 233.33º 0.8% 0.15% -
HSV(B) 233.33º 0.89% 0.28% -
XYZ 1.41 0.85 6.05 -
YUV 19.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 8 15 71 0.89 0.79 0 0.72 233.33 0.8 0.15
Hex 8 F 47 59 4F 0 48 E9 50 F
Octal 10 17 107 131 117 0 110 351 120 17
Binary 1000 1111 1000111 1011001 1001111 0 1001000 11101001 1010000 1111

Color Harmonies of #080F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F47

Black with #080F47

Text Example


Text Example

White with #080F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F47; }

 p { color: rgb(8,15,71); }

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

background-color css

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

 a { background-color: rgb(8,15,71); }

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

border-color css

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

 span { border-color: rgb(8,15,71); }

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