Html Css Color HEX #05073E Midnight Express

📋 copy color: '#05073E'

red 5 ◦ green 7 ◦ blue 62

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

Shades of Midnight Express #05073E

Tints of Midnight Express #05073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 83.78%

R = 6.76%
G = 9.46%
B = 83.78%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05073E (or 0x05073E) is known color: Midnight Express. HEX triplet: 05, 07 and 3E. RGB value is (5,7,62). Sum of RGB (Red+Green+Blue) = 5+7+62=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 62 (24.61% from 255 or 83.78% from 74); Max value from RGB is 62 - color contains mainly: blue. Hex color #05073E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05073E is #FAF8C1. Grayscale: #0C0C0C. Windows color (decimal): -16447682 or 4065029. OLE color: 4065029.

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

Color convert

RGB 5 7 62 -
CMYK 0.92 0.89 0 0.76
HSL 237.89º 0.85% 0.13% -
HSV(B) 237.89º 0.92% 0.24% -
XYZ 1.01 0.53 4.61 -
YUV 12.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 5 7 62 0.92 0.89 0 0.76 237.89 0.85 0.13
Hex 5 7 3E 5C 59 0 4C EE 55 D
Octal 5 7 76 134 131 0 114 356 125 15
Binary 101 111 111110 1011100 1011001 0 1001100 11101110 1010101 1101

Color Harmonies of #05073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05073E

Black with #05073E

Text Example


Text Example

White with #05073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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