Html Css Color HEX #081530 Midnight Express

📋 copy color: '#081530'

red 8 ◦ green 21 ◦ blue 48

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

Shades of Midnight Express #081530

Tints of Midnight Express #081530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 10.39%
G = 27.27%
B = 62.34%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#081530 (or 0x081530) is known color: Midnight Express. HEX triplet: 08, 15 and 30. RGB value is (8,21,48). Sum of RGB (Red+Green+Blue) = 8+21+48=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #081530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081530 is #F7EACF. Grayscale: #141414. Windows color (decimal): -16247504 or 3151112. OLE color: 3151112.

HSL color Cylindrical-coordinate representation of color #081530: hue angle of 220.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081530 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 21 48 -
CMYK 0.83 0.56 0 0.81
HSL 220.5º 0.71% 0.11% -
HSV(B) 220.5º 0.83% 0.19% -
XYZ 0.9 0.8 2.9 -
YUV 20.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 8 21 48 0.83 0.56 0 0.81 220.5 0.71 0.11
Hex 8 15 30 53 38 0 51 DC 47 B
Octal 10 25 60 123 70 0 121 334 107 13
Binary 1000 10101 110000 1010011 111000 0 1010001 11011100 1000111 1011

Color Harmonies of #081530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081530

Black with #081530

Text Example


Text Example

White with #081530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081530; }

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

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

background-color css

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

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

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

border-color css

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

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

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