Html Css Color HEX #081333 Midnight Express

📋 copy color: '#081333'

red 8 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #081333

Tints of Midnight Express #081333

RGB

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

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

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

R = 10.26%
G = 24.36%
B = 65.38%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#081333 (or 0x081333) is known color: Midnight Express. HEX triplet: 08, 13 and 33. RGB value is (8,19,51). Sum of RGB (Red+Green+Blue) = 8+19+51=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #081333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081333 is #F7ECCC. Grayscale: #131313. Windows color (decimal): -16248013 or 3347208. OLE color: 3347208.

HSL color Cylindrical-coordinate representation of color #081333: hue angle of 224.65º 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 #081333 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 19 51 -
CMYK 0.84 0.63 0 0.8
HSL 224.65º 0.73% 0.12% -
HSV(B) 224.65º 0.84% 0.2% -
XYZ 0.93 0.76 3.23 -
YUV 19.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 8 19 51 0.84 0.63 0 0.8 224.65 0.73 0.12
Hex 8 13 33 54 3F 0 50 E1 49 C
Octal 10 23 63 124 77 0 120 341 111 14
Binary 1000 10011 110011 1010100 111111 0 1010000 11100001 1001001 1100

Color Harmonies of #081333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081333

Black with #081333

Text Example


Text Example

White with #081333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081333; }

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

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

background-color css

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

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

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

border-color css

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

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

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