Html Css Color HEX #07014C Midnight Blue

📋 copy color: '#07014C'

red 7 ◦ green 1 ◦ blue 76

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

Shades of Midnight Blue #07014C

Tints of Midnight Blue #07014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 90.48%

R = 8.33%
G = 1.19%
B = 90.48%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07014C (or 0x07014C) is known color: Midnight Blue. HEX triplet: 07, 01 and 4C. RGB value is (7,1,76). Sum of RGB (Red+Green+Blue) = 7+1+76=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #07014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07014C is #F8FEB3. Grayscale: #0B0B0B. Windows color (decimal): -16318132 or 4980999. OLE color: 4980999.

HSL color Cylindrical-coordinate representation of color #07014C: hue angle of 244.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07014C is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 1 76 -
CMYK 0.91 0.99 0 0.70
HSL 244.8º 0.97% 0.15% -
HSV(B) 244.8º 0.99% 0.3% -
XYZ 1.4 0.59 6.88 -
YUV 11.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 7 1 76 0.91 0.99 0 0.70 244.8 0.97 0.15
Hex 7 1 4C 5B 63 0 46 F5 61 F
Octal 7 1 114 133 143 0 106 365 141 17
Binary 111 1 1001100 1011011 1100011 0 1000110 11110101 1100001 1111

Color Harmonies of #07014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07014C

Black with #07014C

Text Example


Text Example

White with #07014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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