Html Css Color HEX #08053A Midnight Express

📋 copy color: '#08053A'

red 8 ◦ green 5 ◦ blue 58

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

Shades of Midnight Express #08053A

Tints of Midnight Express #08053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.04%

 BLUE value IS 58 (23.05% from 255) = 81.69%

R = 11.27%
G = 7.04%
B = 81.69%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08053A (or 0x08053A) is known color: Midnight Express. HEX triplet: 08, 05 and 3A. RGB value is (8,5,58). Sum of RGB (Red+Green+Blue) = 8+5+58=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 58 (23.05% from 255 or 81.69% from 71); Max value from RGB is 58 - color contains mainly: blue. Hex color #08053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08053A is #F7FAC5. Grayscale: #0B0B0B. Windows color (decimal): -16251590 or 3802376. OLE color: 3802376.

HSL color Cylindrical-coordinate representation of color #08053A: hue angle of 243.4º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08053A is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 5 58 -
CMYK 0.86 0.91 0 0.77
HSL 243.4º 0.84% 0.12% -
HSV(B) 243.4º 0.91% 0.23% -
XYZ 0.92 0.47 4.04 -
YUV 11.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 8 5 58 0.86 0.91 0 0.77 243.4 0.84 0.12
Hex 8 5 3A 56 5B 0 4D F3 54 C
Octal 10 5 72 126 133 0 115 363 124 14
Binary 1000 101 111010 1010110 1011011 0 1001101 11110011 1010100 1100

Color Harmonies of #08053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08053A

Black with #08053A

Text Example


Text Example

White with #08053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08053A; }

 p { color: rgb(8,5,58); }

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

background-color css

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

 a { background-color: rgb(8,5,58); }

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

border-color css

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

 span { border-color: rgb(8,5,58); }

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