Html Css Color HEX #07014E Midnight Blue

📋 copy color: '#07014E'

red 7 ◦ green 1 ◦ blue 78

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

Shades of Midnight Blue #07014E

Tints of Midnight Blue #07014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 90.7%

R = 8.14%
G = 1.16%
B = 90.7%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#07014E (or 0x07014E) is known color: Midnight Blue. HEX triplet: 07, 01 and 4E. RGB value is (7,1,78). Sum of RGB (Red+Green+Blue) = 7+1+78=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #07014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07014E is #F8FEB1. Grayscale: #0B0B0B. Windows color (decimal): -16318130 or 5112071. OLE color: 5112071.

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

Color convert

RGB 7 1 78 -
CMYK 0.91 0.99 0 0.69
HSL 244.68º 0.97% 0.15% -
HSV(B) 244.68º 0.99% 0.31% -
XYZ 1.47 0.62 7.25 -
YUV 11.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 7 1 78 0.91 0.99 0 0.69 244.68 0.97 0.15
Hex 7 1 4E 5B 63 0 45 F5 61 F
Octal 7 1 116 133 143 0 105 365 141 17
Binary 111 1 1001110 1011011 1100011 0 1000101 11110101 1100001 1111

Color Harmonies of #07014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07014E

Black with #07014E

Text Example


Text Example

White with #07014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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