Html Css Color HEX #07013B Midnight Express

📋 copy color: '#07013B'

red 7 ◦ green 1 ◦ blue 59

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

Shades of Midnight Express #07013B

Tints of Midnight Express #07013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 88.06%

R = 10.45%
G = 1.49%
B = 88.06%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#07013B (or 0x07013B) is known color: Midnight Express. HEX triplet: 07, 01 and 3B. RGB value is (7,1,59). Sum of RGB (Red+Green+Blue) = 7+1+59=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 59 (23.44% from 255 or 88.06% from 67); Max value from RGB is 59 - color contains mainly: blue. Hex color #07013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013B is #F8FEC4. Grayscale: #090909. Windows color (decimal): -16318149 or 3866887. OLE color: 3866887.

HSL color Cylindrical-coordinate representation of color #07013B: hue angle of 246.21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07013B is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 1 59 -
CMYK 0.88 0.98 0 0.77
HSL 246.21º 0.97% 0.12% -
HSV(B) 246.21º 0.98% 0.23% -
XYZ 0.89 0.38 4.16 -
YUV 9.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 7 1 59 0.88 0.98 0 0.77 246.21 0.97 0.12
Hex 7 1 3B 58 62 0 4D F6 61 C
Octal 7 1 73 130 142 0 115 366 141 14
Binary 111 1 111011 1011000 1100010 0 1001101 11110110 1100001 1100

Color Harmonies of #07013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07013B

Black with #07013B

Text Example


Text Example

White with #07013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07013B; }

 p { color: rgb(7,1,59); }

 H1.HeaderClassName
 {
   color: #07013B;
 }
 .AnyTagClassName
 {
   color: #07013B;
 }
</style>

background-color css

<style>
 a { background-color: #07013B; }

 a { background-color: rgb(7,1,59); }

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

border-color css

<style>
 span { border-color: #07013B; }

 span { border-color: rgb(7,1,59); }

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