Html Css Color HEX #081538 Midnight Express

📋 copy color: '#081538'

red 8 ◦ green 21 ◦ blue 56

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

Shades of Midnight Express #081538

Tints of Midnight Express #081538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 9.41%
G = 24.71%
B = 65.88%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#081538 (or 0x081538) is known color: Midnight Express. HEX triplet: 08, 15 and 38. RGB value is (8,21,56). Sum of RGB (Red+Green+Blue) = 8+21+56=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #081538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081538 is #F7EAC7. Grayscale: #141414. Windows color (decimal): -16247496 or 3675400. OLE color: 3675400.

HSL color Cylindrical-coordinate representation of color #081538: hue angle of 223.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081538 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 21 56 -
CMYK 0.86 0.63 0 0.78
HSL 223.75º 0.75% 0.13% -
HSV(B) 223.75º 0.86% 0.22% -
XYZ 1.08 0.87 3.85 -
YUV 21.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 8 21 56 0.86 0.63 0 0.78 223.75 0.75 0.13
Hex 8 15 38 56 3F 0 4E E0 4B D
Octal 10 25 70 126 77 0 116 340 113 15
Binary 1000 10101 111000 1010110 111111 0 1001110 11100000 1001011 1101

Color Harmonies of #081538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081538

Black with #081538

Text Example


Text Example

White with #081538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081538; }

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

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

background-color css

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

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

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

border-color css

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

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

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