Html Css Color HEX #05013A Midnight Express

📋 copy color: '#05013A'

red 5 ◦ green 1 ◦ blue 58

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

Shades of Midnight Express #05013A

Tints of Midnight Express #05013A

RGB

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

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

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

R = 7.81%
G = 1.56%
B = 90.63%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05013A (or 0x05013A) is known color: Midnight Express. HEX triplet: 05, 01 and 3A. RGB value is (5,1,58). Sum of RGB (Red+Green+Blue) = 5+1+58=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 58 (23.05% from 255 or 90.62% from 64); Max value from RGB is 58 - color contains mainly: blue. Hex color #05013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05013A is #FAFEC5. Grayscale: #080808. Windows color (decimal): -16449222 or 3801349. OLE color: 3801349.

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

Color convert

RGB 5 1 58 -
CMYK 0.91 0.98 0 0.77
HSL 244.21º 0.97% 0.12% -
HSV(B) 244.21º 0.98% 0.23% -
XYZ 0.84 0.36 4.03 -
YUV 8.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 5 1 58 0.91 0.98 0 0.77 244.21 0.97 0.12
Hex 5 1 3A 5B 62 0 4D F4 61 C
Octal 5 1 72 133 142 0 115 364 141 14
Binary 101 1 111010 1011011 1100010 0 1001101 11110100 1100001 1100

Color Harmonies of #05013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05013A

Black with #05013A

Text Example


Text Example

White with #05013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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