Html Css Color HEX #081330 Midnight Express

📋 copy color: '#081330'

red 8 ◦ green 19 ◦ blue 48

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

Shades of Midnight Express #081330

Tints of Midnight Express #081330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 10.67%
G = 25.33%
B = 64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#081330 (or 0x081330) is known color: Midnight Express. HEX triplet: 08, 13 and 30. RGB value is (8,19,48). Sum of RGB (Red+Green+Blue) = 8+19+48=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #081330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081330 is #F7ECCF. Grayscale: #121212. Windows color (decimal): -16248016 or 3150600. OLE color: 3150600.

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

Color convert

RGB 8 19 48 -
CMYK 0.83 0.60 0 0.81
HSL 223.5º 0.71% 0.11% -
HSV(B) 223.5º 0.83% 0.19% -
XYZ 0.87 0.73 2.89 -
YUV 19.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 8 19 48 0.83 0.60 0 0.81 223.5 0.71 0.11
Hex 8 13 30 53 3C 0 51 E0 47 B
Octal 10 23 60 123 74 0 121 340 107 13
Binary 1000 10011 110000 1010011 111100 0 1010001 11100000 1000111 1011

Color Harmonies of #081330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081330

Black with #081330

Text Example


Text Example

White with #081330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081330; }

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

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

background-color css

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

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

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

border-color css

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

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

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