Html Css Color HEX #08013B Midnight Express

📋 copy color: '#08013B'

red 8 ◦ green 1 ◦ blue 59

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

Shades of Midnight Express #08013B

Tints of Midnight Express #08013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.47%

 BLUE value IS 59 (23.44% from 255) = 86.76%

R = 11.76%
G = 1.47%
B = 86.76%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08013B (or 0x08013B) is known color: Midnight Express. HEX triplet: 08, 01 and 3B. RGB value is (8,1,59). Sum of RGB (Red+Green+Blue) = 8+1+59=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 59 (23.44% from 255 or 86.76% from 68); Max value from RGB is 59 - color contains mainly: blue. Hex color #08013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08013B is #F7FEC4. Grayscale: #090909. Windows color (decimal): -16252613 or 3866888. OLE color: 3866888.

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

Color convert

RGB 8 1 59 -
CMYK 0.86 0.98 0 0.77
HSL 247.24º 0.97% 0.12% -
HSV(B) 247.24º 0.98% 0.23% -
XYZ 0.9 0.39 4.17 -
YUV 9.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 8 1 59 0.86 0.98 0 0.77 247.24 0.97 0.12
Hex 8 1 3B 56 62 0 4D F7 61 C
Octal 10 1 73 126 142 0 115 367 141 14
Binary 1000 1 111011 1010110 1100010 0 1001101 11110111 1100001 1100

Color Harmonies of #08013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08013B

Black with #08013B

Text Example


Text Example

White with #08013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08013B; }

 p { color: rgb(8,1,59); }

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

background-color css

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

 a { background-color: rgb(8,1,59); }

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

border-color css

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

 span { border-color: rgb(8,1,59); }

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