Html Css Color HEX #07053F Midnight Express

📋 copy color: '#07053F'

red 7 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #07053F

Tints of Midnight Express #07053F

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#07053F (or 0x07053F) is known color: Midnight Express. HEX triplet: 07, 05 and 3F. RGB value is (7,5,63). Sum of RGB (Red+Green+Blue) = 7+5+63=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 5 (2.34% from 255 or 6.67% 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 #07053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07053F is #F8FAC0. Grayscale: #0B0B0B. Windows color (decimal): -16317121 or 4130055. OLE color: 4130055.

HSL color Cylindrical-coordinate representation of color #07053F: hue angle of 242.07º 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 #07053F is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 5 63 -
CMYK 0.89 0.92 0 0.75
HSL 242.07º 0.85% 0.13% -
HSV(B) 242.07º 0.92% 0.25% -
XYZ 1.04 0.51 4.75 -
YUV 12.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 7 5 63 0.89 0.92 0 0.75 242.07 0.85 0.13
Hex 7 5 3F 59 5C 0 4B F2 55 D
Octal 7 5 77 131 134 0 113 362 125 15
Binary 111 101 111111 1011001 1011100 0 1001011 11110010 1010101 1101

Color Harmonies of #07053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07053F

Black with #07053F

Text Example


Text Example

White with #07053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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