Html Css Color HEX #081232 Midnight Express

📋 copy color: '#081232'

red 8 ◦ green 18 ◦ blue 50

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

Shades of Midnight Express #081232

Tints of Midnight Express #081232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 65.79%

R = 10.53%
G = 23.68%
B = 65.79%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#081232 (or 0x081232) is known color: Midnight Express. HEX triplet: 08, 12 and 32. RGB value is (8,18,50). Sum of RGB (Red+Green+Blue) = 8+18+50=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #081232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081232 is #F7EDCD. Grayscale: #121212. Windows color (decimal): -16248270 or 3281416. OLE color: 3281416.

HSL color Cylindrical-coordinate representation of color #081232: hue angle of 225.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081232 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 18 50 -
CMYK 0.84 0.64 0 0.80
HSL 225.71º 0.72% 0.11% -
HSV(B) 225.71º 0.84% 0.2% -
XYZ 0.89 0.71 3.11 -
YUV 18.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 8 18 50 0.84 0.64 0 0.80 225.71 0.72 0.11
Hex 8 12 32 54 40 0 50 E2 48 B
Octal 10 22 62 124 100 0 120 342 110 13
Binary 1000 10010 110010 1010100 1000000 0 1010000 11100010 1001000 1011

Color Harmonies of #081232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081232

Black with #081232

Text Example


Text Example

White with #081232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081232; }

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

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

background-color css

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

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

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

border-color css

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

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

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