Html Css Color HEX #080F3E Midnight Express

📋 copy color: '#080F3E'

red 8 ◦ green 15 ◦ blue 62

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

Shades of Midnight Express #080F3E

Tints of Midnight Express #080F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 72.94%

R = 9.41%
G = 17.65%
B = 72.94%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#080F3E (or 0x080F3E) is known color: Midnight Express. HEX triplet: 08, 0F and 3E. RGB value is (8,15,62). Sum of RGB (Red+Green+Blue) = 8+15+62=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 62 (24.61% from 255 or 72.94% from 85); Max value from RGB is 62 - color contains mainly: blue. Hex color #080F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F3E is #F7F0C1. Grayscale: #121212. Windows color (decimal): -16249026 or 4067080. OLE color: 4067080.

HSL color Cylindrical-coordinate representation of color #080F3E: hue angle of 232.22º 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 #080F3E is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 15 62 -
CMYK 0.87 0.76 0 0.76
HSL 232.22º 0.77% 0.14% -
HSV(B) 232.22º 0.87% 0.24% -
XYZ 1.14 0.74 4.64 -
YUV 18.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 8 15 62 0.87 0.76 0 0.76 232.22 0.77 0.14
Hex 8 F 3E 57 4C 0 4C E8 4D E
Octal 10 17 76 127 114 0 114 350 115 16
Binary 1000 1111 111110 1010111 1001100 0 1001100 11101000 1001101 1110

Color Harmonies of #080F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F3E

Black with #080F3E

Text Example


Text Example

White with #080F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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