Html Css Color HEX #07146A Midnight Blue

📋 copy color: '#07146A'

red 7 ◦ green 20 ◦ blue 106

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

Shades of Midnight Blue #07146A

Tints of Midnight Blue #07146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

 BLUE value IS 106 (41.8% from 255) = 79.7%

R = 5.26%
G = 15.04%
B = 79.7%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07146A (or 0x07146A) is known color: Midnight Blue. HEX triplet: 07, 14 and 6A. RGB value is (7,20,106). Sum of RGB (Red+Green+Blue) = 7+20+106=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #07146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07146A is #F8EB95. Grayscale: #191919. Windows color (decimal): -16313238 or 6951943. OLE color: 6951943.

HSL color Cylindrical-coordinate representation of color #07146A: hue angle of 232.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07146A is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 20 106 -
CMYK 0.93 0.81 0 0.58
HSL 232.12º 0.88% 0.22% -
HSV(B) 232.12º 0.93% 0.42% -
XYZ 2.94 1.59 13.79 -
YUV 25.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 7 20 106 0.93 0.81 0 0.58 232.12 0.88 0.22
Hex 7 14 6A 5D 51 0 3A E8 58 16
Octal 7 24 152 135 121 0 72 350 130 26
Binary 111 10100 1101010 1011101 1010001 0 111010 11101000 1011000 10110

Color Harmonies of #07146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07146A

Black with #07146A

Text Example


Text Example

White with #07146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,20,106); }

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

background-color css

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

 a { background-color: rgb(7,20,106); }

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

border-color css

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

 span { border-color: rgb(7,20,106); }

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