Html Css Color HEX #05073C Midnight Express

📋 copy color: '#05073C'

red 5 ◦ green 7 ◦ blue 60

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

Shades of Midnight Express #05073C

Tints of Midnight Express #05073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 83.33%

R = 6.94%
G = 9.72%
B = 83.33%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05073C (or 0x05073C) is known color: Midnight Express. HEX triplet: 05, 07 and 3C. RGB value is (5,7,60). Sum of RGB (Red+Green+Blue) = 5+7+60=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 60 (23.83% from 255 or 83.33% from 72); Max value from RGB is 60 - color contains mainly: blue. Hex color #05073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05073C is #FAF8C3. Grayscale: #0C0C0C. Windows color (decimal): -16447684 or 3933957. OLE color: 3933957.

HSL color Cylindrical-coordinate representation of color #05073C: hue angle of 237.82º 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 #05073C is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 7 60 -
CMYK 0.92 0.88 0 0.76
HSL 237.82º 0.85% 0.13% -
HSV(B) 237.82º 0.92% 0.24% -
XYZ 0.95 0.51 4.32 -
YUV 12.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 5 7 60 0.92 0.88 0 0.76 237.82 0.85 0.13
Hex 5 7 3C 5C 58 0 4C EE 55 D
Octal 5 7 74 134 130 0 114 356 125 15
Binary 101 111 111100 1011100 1011000 0 1001100 11101110 1010101 1101

Color Harmonies of #05073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05073C

Black with #05073C

Text Example


Text Example

White with #05073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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