Html Css Color HEX #14076A Midnight Blue

📋 copy color: '#14076A'

red 20 ◦ green 7 ◦ blue 106

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

Shades of Midnight Blue #14076A

Tints of Midnight Blue #14076A

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14076A (or 0x14076A) is known color: Midnight Blue. HEX triplet: 14, 07 and 6A. RGB value is (20,7,106). Sum of RGB (Red+Green+Blue) = 20+7+106=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 7 (3.12% from 255 or 5.26% 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 #14076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14076A is #EBF895. Grayscale: #151515. Windows color (decimal): -15464598 or 6948628. OLE color: 6948628.

HSL color Cylindrical-coordinate representation of color #14076A: hue angle of 247.88º 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 #14076A is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 7 106 -
CMYK 0.81 0.93 0 0.58
HSL 247.88º 0.88% 0.22% -
HSV(B) 247.88º 0.93% 0.42% -
XYZ 2.97 1.34 13.74 -
YUV 22.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 20 7 106 0.81 0.93 0 0.58 247.88 0.88 0.22
Hex 14 7 6A 51 5D 0 3A F8 58 16
Octal 24 7 152 121 135 0 72 370 130 26
Binary 10100 111 1101010 1010001 1011101 0 111010 11111000 1011000 10110

Color Harmonies of #14076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14076A

Black with #14076A

Text Example


Text Example

White with #14076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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