Html Css Color HEX #05073F Midnight Express

📋 copy color: '#05073F'

red 5 ◦ green 7 ◦ blue 63

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

Shades of Midnight Express #05073F

Tints of Midnight Express #05073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.33%

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

R = 6.67%
G = 9.33%
B = 84%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#05073F (or 0x05073F) is known color: Midnight Express. HEX triplet: 05, 07 and 3F. RGB value is (5,7,63). Sum of RGB (Red+Green+Blue) = 5+7+63=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 63 (25% from 255 or 84% from 75); Max value from RGB is 63 - color contains mainly: blue. Hex color #05073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05073F is #FAF8C0. Grayscale: #0C0C0C. Windows color (decimal): -16447681 or 4130565. OLE color: 4130565.

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

Color convert

RGB 5 7 63 -
CMYK 0.92 0.89 0 0.75
HSL 237.93º 0.85% 0.13% -
HSV(B) 237.93º 0.92% 0.25% -
XYZ 1.04 0.54 4.75 -
YUV 12.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 5 7 63 0.92 0.89 0 0.75 237.93 0.85 0.13
Hex 5 7 3F 5C 59 0 4B EE 55 D
Octal 5 7 77 134 131 0 113 356 125 15
Binary 101 111 111111 1011100 1011001 0 1001011 11101110 1010101 1101

Color Harmonies of #05073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05073F

Black with #05073F

Text Example


Text Example

White with #05073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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