Html Css Color HEX #080F36 Midnight Express

📋 copy color: '#080F36'

red 8 ◦ green 15 ◦ blue 54

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

Shades of Midnight Express #080F36

Tints of Midnight Express #080F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 70.13%

R = 10.39%
G = 19.48%
B = 70.13%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080F36 (or 0x080F36) is known color: Midnight Express. HEX triplet: 08, 0F and 36. RGB value is (8,15,54). Sum of RGB (Red+Green+Blue) = 8+15+54=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #080F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F36 is #F7F0C9. Grayscale: #111111. Windows color (decimal): -16249034 or 3542792. OLE color: 3542792.

HSL color Cylindrical-coordinate representation of color #080F36: hue angle of 230.87º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080F36 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 15 54 -
CMYK 0.85 0.72 0 0.79
HSL 230.87º 0.74% 0.12% -
HSV(B) 230.87º 0.85% 0.21% -
XYZ 0.94 0.66 3.57 -
YUV 17.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 8 15 54 0.85 0.72 0 0.79 230.87 0.74 0.12
Hex 8 F 36 55 48 0 4F E7 4A C
Octal 10 17 66 125 110 0 117 347 112 14
Binary 1000 1111 110110 1010101 1001000 0 1001111 11100111 1001010 1100

Color Harmonies of #080F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F36

Black with #080F36

Text Example


Text Example

White with #080F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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