Html Css Color HEX #05013F Midnight Express

📋 copy color: '#05013F'

red 5 ◦ green 1 ◦ blue 63

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

Shades of Midnight Express #05013F

Tints of Midnight Express #05013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 91.3%

R = 7.25%
G = 1.45%
B = 91.3%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05013F (or 0x05013F) is known color: Midnight Express. HEX triplet: 05, 01 and 3F. RGB value is (5,1,63). Sum of RGB (Red+Green+Blue) = 5+1+63=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 63 (25% from 255 or 91.30% from 69); Max value from RGB is 63 - color contains mainly: blue. Hex color #05013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05013F is #FAFEC0. Grayscale: #090909. Windows color (decimal): -16449217 or 4129029. OLE color: 4129029.

HSL color Cylindrical-coordinate representation of color #05013F: hue angle of 243.87º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05013F is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 1 63 -
CMYK 0.92 0.98 0 0.75
HSL 243.87º 0.97% 0.13% -
HSV(B) 243.87º 0.98% 0.25% -
XYZ 0.97 0.41 4.73 -
YUV 9.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 5 1 63 0.92 0.98 0 0.75 243.87 0.97 0.13
Hex 5 1 3F 5C 62 0 4B F4 61 D
Octal 5 1 77 134 142 0 113 364 141 15
Binary 101 1 111111 1011100 1100010 0 1001011 11110100 1100001 1101

Color Harmonies of #05013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05013F

Black with #05013F

Text Example


Text Example

White with #05013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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