Html Css Color HEX #081533 Midnight Express

📋 copy color: '#081533'

red 8 ◦ green 21 ◦ blue 51

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

Shades of Midnight Express #081533

Tints of Midnight Express #081533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 51 (20.31% from 255) = 63.75%

R = 10%
G = 26.25%
B = 63.75%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#081533 (or 0x081533) is known color: Midnight Express. HEX triplet: 08, 15 and 33. RGB value is (8,21,51). Sum of RGB (Red+Green+Blue) = 8+21+51=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #081533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081533 is #F7EACC. Grayscale: #141414. Windows color (decimal): -16247501 or 3347720. OLE color: 3347720.

HSL color Cylindrical-coordinate representation of color #081533: hue angle of 221.86º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081533 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 21 51 -
CMYK 0.84 0.59 0 0.8
HSL 221.86º 0.73% 0.12% -
HSV(B) 221.86º 0.84% 0.2% -
XYZ 0.97 0.83 3.24 -
YUV 20.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 8 21 51 0.84 0.59 0 0.8 221.86 0.73 0.12
Hex 8 15 33 54 3B 0 50 DE 49 C
Octal 10 25 63 124 73 0 120 336 111 14
Binary 1000 10101 110011 1010100 111011 0 1010000 11011110 1001001 1100

Color Harmonies of #081533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081533

Black with #081533

Text Example


Text Example

White with #081533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081533; }

 p { color: rgb(8,21,51); }

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

background-color css

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

 a { background-color: rgb(8,21,51); }

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

border-color css

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

 span { border-color: rgb(8,21,51); }

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