Html Css Color HEX #081247 Midnight Express

📋 copy color: '#081247'

red 8 ◦ green 18 ◦ blue 71

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

Shades of Midnight Express #081247

Tints of Midnight Express #081247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.56%

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

R = 8.25%
G = 18.56%
B = 73.2%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081247 (or 0x081247) is known color: Midnight Express. HEX triplet: 08, 12 and 47. RGB value is (8,18,71). Sum of RGB (Red+Green+Blue) = 8+18+71=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #081247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081247 is #F7EDB8. Grayscale: #141414. Windows color (decimal): -16248249 or 4657672. OLE color: 4657672.

HSL color Cylindrical-coordinate representation of color #081247: hue angle of 230.48º 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 #081247 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 18 71 -
CMYK 0.89 0.75 0 0.72
HSL 230.48º 0.8% 0.15% -
HSV(B) 230.48º 0.89% 0.28% -
XYZ 1.45 0.94 6.07 -
YUV 21.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 8 18 71 0.89 0.75 0 0.72 230.48 0.8 0.15
Hex 8 12 47 59 4B 0 48 E6 50 F
Octal 10 22 107 131 113 0 110 346 120 17
Binary 1000 10010 1000111 1011001 1001011 0 1001000 11100110 1010000 1111

Color Harmonies of #081247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081247

Black with #081247

Text Example


Text Example

White with #081247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081247; }

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

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

background-color css

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

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

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

border-color css

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

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

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