Html Css Color HEX #080F48 Midnight Express

📋 copy color: '#080F48'

red 8 ◦ green 15 ◦ blue 72

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

Shades of Midnight Express #080F48

Tints of Midnight Express #080F48

RGB

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

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

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

R = 8.42%
G = 15.79%
B = 75.79%

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

#080F48 (or 0x080F48) is known color: Midnight Express. HEX triplet: 08, 0F and 48. RGB value is (8,15,72). Sum of RGB (Red+Green+Blue) = 8+15+72=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #080F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F48 is #F7F0B7. Grayscale: #131313. Windows color (decimal): -16249016 or 4722440. OLE color: 4722440.

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

Color convert

RGB 8 15 72 -
CMYK 0.89 0.79 0 0.72
HSL 233.44º 0.8% 0.16% -
HSV(B) 233.44º 0.89% 0.28% -
XYZ 1.44 0.86 6.22 -
YUV 19.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 8 15 72 0.89 0.79 0 0.72 233.44 0.8 0.16
Hex 8 F 48 59 4F 0 48 E9 50 10
Octal 10 17 110 131 117 0 110 351 120 20
Binary 1000 1111 1001000 1011001 1001111 0 1001000 11101001 1010000 10000

Color Harmonies of #080F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F48

Black with #080F48

Text Example


Text Example

White with #080F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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