Html Css Color HEX #081132 Midnight Express

📋 copy color: '#081132'

red 8 ◦ green 17 ◦ blue 50

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

Shades of Midnight Express #081132

Tints of Midnight Express #081132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

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

R = 10.67%
G = 22.67%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#081132 (or 0x081132) is known color: Midnight Express. HEX triplet: 08, 11 and 32. RGB value is (8,17,50). Sum of RGB (Red+Green+Blue) = 8+17+50=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #081132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081132 is #F7EECD. Grayscale: #111111. Windows color (decimal): -16248526 or 3281160. OLE color: 3281160.

HSL color Cylindrical-coordinate representation of color #081132: hue angle of 227.14º 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 #081132 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 17 50 -
CMYK 0.84 0.66 0 0.80
HSL 227.14º 0.72% 0.11% -
HSV(B) 227.14º 0.84% 0.2% -
XYZ 0.88 0.68 3.1 -
YUV 18.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 8 17 50 0.84 0.66 0 0.80 227.14 0.72 0.11
Hex 8 11 32 54 42 0 50 E3 48 B
Octal 10 21 62 124 102 0 120 343 110 13
Binary 1000 10001 110010 1010100 1000010 0 1010000 11100011 1001000 1011

Color Harmonies of #081132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081132

Black with #081132

Text Example


Text Example

White with #081132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081132; }

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

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

background-color css

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

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

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

border-color css

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

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

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