Html Css Color HEX #14086B Midnight Blue

📋 copy color: '#14086B'

red 20 ◦ green 8 ◦ blue 107

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

Shades of Midnight Blue #14086B

Tints of Midnight Blue #14086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 14.81%
G = 5.93%
B = 79.26%

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

#14086B (or 0x14086B) is known color: Midnight Blue. HEX triplet: 14, 08 and 6B. RGB value is (20,8,107). Sum of RGB (Red+Green+Blue) = 20+8+107=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #14086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14086B is #EBF794. Grayscale: #161616. Windows color (decimal): -15464341 or 7014420. OLE color: 7014420.

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

Color convert

RGB 20 8 107 -
CMYK 0.81 0.93 0 0.58
HSL 247.27º 0.86% 0.23% -
HSV(B) 247.27º 0.93% 0.42% -
XYZ 3.03 1.38 14.02 -
YUV 22.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 20 8 107 0.81 0.93 0 0.58 247.27 0.86 0.23
Hex 14 8 6B 51 5D 0 3A F7 56 17
Octal 24 10 153 121 135 0 72 367 126 27
Binary 10100 1000 1101011 1010001 1011101 0 111010 11110111 1010110 10111

Color Harmonies of #14086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14086B

Black with #14086B

Text Example


Text Example

White with #14086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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