Html Css Color HEX #05003A Midnight Express

📋 copy color: '#05003A'

red 5 ◦ green 0 ◦ blue 58

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

Shades of Midnight Express #05003A

Tints of Midnight Express #05003A

RGB

 RED value IS 5 (2.34% from 255) = 7.94%

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

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

R = 7.94%
G = 0%
B = 92.06%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05003A (or 0x05003A) is known color: Midnight Express. HEX triplet: 05, 00 and 3A. RGB value is (5,0,58). Sum of RGB (Red+Green+Blue) = 5+0+58=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 58 (23.05% from 255 or 92.06% from 63); Max value from RGB is 58 - color contains mainly: blue. Hex color #05003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05003A is #FAFFC5. Grayscale: #070707. Windows color (decimal): -16449478 or 3801093. OLE color: 3801093.

HSL color Cylindrical-coordinate representation of color #05003A: hue angle of 245.17º 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 #05003A is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 0 58 -
CMYK 0.91 1 0 0.77
HSL 245.17º 1% 0.11% -
HSV(B) 245.17º 1% 0.23% -
XYZ 0.83 0.34 4.02 -
YUV 8.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 5 0 58 0.91 1 0 0.77 245.17 1 0.11
Hex 5 0 3A 5B 64 0 4D F5 64 B
Octal 5 0 72 133 144 0 115 365 144 13
Binary 101 0 111010 1011011 1100100 0 1001101 11110101 1100100 1011

Color Harmonies of #05003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05003A

Black with #05003A

Text Example


Text Example

White with #05003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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