Html Css Color HEX #08003A Midnight Express

📋 copy color: '#08003A'

red 8 ◦ green 0 ◦ blue 58

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

Shades of Midnight Express #08003A

Tints of Midnight Express #08003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.12%
G = 0%
B = 87.88%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08003A (or 0x08003A) is known color: Midnight Express. HEX triplet: 08, 00 and 3A. RGB value is (8,0,58). Sum of RGB (Red+Green+Blue) = 8+0+58=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 58 (23.05% from 255 or 87.88% from 66); Max value from RGB is 58 - color contains mainly: blue. Hex color #08003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08003A is #F7FFC5. Grayscale: #080808. Windows color (decimal): -16252870 or 3801096. OLE color: 3801096.

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

Color convert

RGB 8 0 58 -
CMYK 0.86 1 0 0.77
HSL 248.28º 1% 0.11% -
HSV(B) 248.28º 1% 0.23% -
XYZ 0.86 0.36 4.03 -
YUV 9 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 8 0 58 0.86 1 0 0.77 248.28 1 0.11
Hex 8 0 3A 56 64 0 4D F8 64 B
Octal 10 0 72 126 144 0 115 370 144 13
Binary 1000 0 111010 1010110 1100100 0 1001101 11111000 1100100 1011

Color Harmonies of #08003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08003A

Black with #08003A

Text Example


Text Example

White with #08003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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