Html Css Color HEX #07013C Midnight Express

📋 copy color: '#07013C'

red 7 ◦ green 1 ◦ blue 60

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

Shades of Midnight Express #07013C

Tints of Midnight Express #07013C

RGB

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

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

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

R = 10.29%
G = 1.47%
B = 88.24%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07013C (or 0x07013C) is known color: Midnight Express. HEX triplet: 07, 01 and 3C. RGB value is (7,1,60). Sum of RGB (Red+Green+Blue) = 7+1+60=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 60 (23.83% from 255 or 88.24% from 68); Max value from RGB is 60 - color contains mainly: blue. Hex color #07013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07013C is #F8FEC3. Grayscale: #090909. Windows color (decimal): -16318148 or 3932423. OLE color: 3932423.

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

Color convert

RGB 7 1 60 -
CMYK 0.88 0.98 0 0.76
HSL 246.1º 0.97% 0.12% -
HSV(B) 246.1º 0.98% 0.24% -
XYZ 0.91 0.39 4.3 -
YUV 9.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 7 1 60 0.88 0.98 0 0.76 246.1 0.97 0.12
Hex 7 1 3C 58 62 0 4C F6 61 C
Octal 7 1 74 130 142 0 114 366 141 14
Binary 111 1 111100 1011000 1100010 0 1001100 11110110 1100001 1100

Color Harmonies of #07013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07013C

Black with #07013C

Text Example


Text Example

White with #07013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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