Html Css Color HEX #14006B Midnight Blue

📋 copy color: '#14006B'

red 20 ◦ green 0 ◦ blue 107

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

Shades of Midnight Blue #14006B

Tints of Midnight Blue #14006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 84.25%

R = 15.75%
G = 0%
B = 84.25%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14006B (or 0x14006B) is known color: Midnight Blue. HEX triplet: 14, 00 and 6B. RGB value is (20,0,107). Sum of RGB (Red+Green+Blue) = 20+0+107=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 107 (42.19% from 255 or 84.25% from 127); Max value from RGB is 107 - color contains mainly: blue. Hex color #14006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14006B is #EBFF94. Grayscale: #111111. Windows color (decimal): -15466389 or 7012372. OLE color: 7012372.

HSL color Cylindrical-coordinate representation of color #14006B: hue angle of 251.21º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14006B is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 0 107 -
CMYK 0.81 1 0 0.58
HSL 251.22º 1% 0.21% -
HSV(B) 251.22º 1% 0.42% -
XYZ 2.94 1.21 13.99 -
YUV 18.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 20 0 107 0.81 1 0 0.58 251.22 1 0.21
Hex 14 0 6B 51 64 0 3A FB 64 15
Octal 24 0 153 121 144 0 72 373 144 25
Binary 10100 0 1101011 1010001 1100100 0 111010 11111011 1100100 10101

Color Harmonies of #14006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14006B

Black with #14006B

Text Example


Text Example

White with #14006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14006B; }

 p { color: rgb(20,0,107); }

 H1.HeaderClassName
 {
   color: #14006B;
 }
 .AnyTagClassName
 {
   color: #14006B;
 }
</style>

background-color css

<style>
 a { background-color: #14006B; }

 a { background-color: rgb(20,0,107); }

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

border-color css

<style>
 span { border-color: #14006B; }

 span { border-color: rgb(20,0,107); }

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