Html Css Color HEX #080F3D Midnight Express

📋 copy color: '#080F3D'

red 8 ◦ green 15 ◦ blue 61

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

Shades of Midnight Express #080F3D

Tints of Midnight Express #080F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 72.62%

R = 9.52%
G = 17.86%
B = 72.62%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#080F3D (or 0x080F3D) is known color: Midnight Express. HEX triplet: 08, 0F and 3D. RGB value is (8,15,61). Sum of RGB (Red+Green+Blue) = 8+15+61=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #080F3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F3D is #F7F0C2. Grayscale: #111111. Windows color (decimal): -16249027 or 4001544. OLE color: 4001544.

HSL color Cylindrical-coordinate representation of color #080F3D: hue angle of 232.08º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080F3D is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 15 61 -
CMYK 0.87 0.75 0 0.76
HSL 232.08º 0.77% 0.14% -
HSV(B) 232.08º 0.87% 0.24% -
XYZ 1.11 0.73 4.5 -
YUV 18.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 8 15 61 0.87 0.75 0 0.76 232.08 0.77 0.14
Hex 8 F 3D 57 4B 0 4C E8 4D E
Octal 10 17 75 127 113 0 114 350 115 16
Binary 1000 1111 111101 1010111 1001011 0 1001100 11101000 1001101 1110

Color Harmonies of #080F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F3D

Black with #080F3D

Text Example


Text Example

White with #080F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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