Html Css Color HEX #081630 Midnight Express

📋 copy color: '#081630'

red 8 ◦ green 22 ◦ blue 48

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

Shades of Midnight Express #081630

Tints of Midnight Express #081630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.21%

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

R = 10.26%
G = 28.21%
B = 61.54%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#081630 (or 0x081630) is known color: Midnight Express. HEX triplet: 08, 16 and 30. RGB value is (8,22,48). Sum of RGB (Red+Green+Blue) = 8+22+48=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #081630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081630 is #F7E9CF. Grayscale: #141414. Windows color (decimal): -16247248 or 3151368. OLE color: 3151368.

HSL color Cylindrical-coordinate representation of color #081630: hue angle of 219º 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 #081630 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 22 48 -
CMYK 0.83 0.54 0 0.81
HSL 219º 0.71% 0.11% -
HSV(B) 219º 0.83% 0.19% -
XYZ 0.92 0.84 2.91 -
YUV 20.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 8 22 48 0.83 0.54 0 0.81 219 0.71 0.11
Hex 8 16 30 53 36 0 51 DB 47 B
Octal 10 26 60 123 66 0 121 333 107 13
Binary 1000 10110 110000 1010011 110110 0 1010001 11011011 1000111 1011

Color Harmonies of #081630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081630

Black with #081630

Text Example


Text Example

White with #081630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081630; }

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

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

background-color css

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

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

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

border-color css

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

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

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