Html Css Color HEX #07014A Midnight Blue

📋 copy color: '#07014A'

red 7 ◦ green 1 ◦ blue 74

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

Shades of Midnight Blue #07014A

Tints of Midnight Blue #07014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 90.24%

R = 8.54%
G = 1.22%
B = 90.24%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07014A (or 0x07014A) is known color: Midnight Blue. HEX triplet: 07, 01 and 4A. RGB value is (7,1,74). Sum of RGB (Red+Green+Blue) = 7+1+74=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #07014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07014A is #F8FEB5. Grayscale: #0A0A0A. Windows color (decimal): -16318134 or 4849927. OLE color: 4849927.

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

Color convert

RGB 7 1 74 -
CMYK 0.91 0.99 0 0.71
HSL 244.93º 0.97% 0.15% -
HSV(B) 244.93º 0.99% 0.29% -
XYZ 1.33 0.56 6.52 -
YUV 11.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 7 1 74 0.91 0.99 0 0.71 244.93 0.97 0.15
Hex 7 1 4A 5B 63 0 47 F5 61 F
Octal 7 1 112 133 143 0 107 365 141 17
Binary 111 1 1001010 1011011 1100011 0 1000111 11110101 1100001 1111

Color Harmonies of #07014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07014A

Black with #07014A

Text Example


Text Example

White with #07014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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